Open GoogleCodeExporter opened 9 years ago
in backtrack it's all working, but in kali just a bunch of errors...
Original comment by Vinicius...@gmail.com
on 7 Jan 2014 at 3:08
same error now in ubuntu 13.10:
[07/Jan/2014 13:22:56] "POST /config/httpinjection/ HTTP/1.1" 500 75087
Internal Server Error: /config/httpinjection/
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 114, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/share/subterfuge/main/views.py", line 396, in conf
httpcodeinjection(request, conf)
File "/usr/share/subterfuge/modules/views.py", line 131, in httpcodeinjection
status = request.POST["status"]
File "/usr/lib/python2.7/dist-packages/django/utils/datastructures.py", line 301, in __getitem__
raise MultiValueDictKeyError(repr(key))
MultiValueDictKeyError: "'status'"
[07/Jan/2014 13:23:35] "GET /config/httpinjection/ HTTP/1.1" 500 71898
Original comment by Vinicius...@gmail.com
on 7 Jan 2014 at 7:25
Are you using the browser_autopwn option for the code injection? It is possible
that code hasn't been properly updated to work with the latest version of Kali
Linux. If you still want browser_autopwn functionality for the moment, you can
select the ext-server option and set up the browser_autopwn manually with
Metasploit (or Armitage). The main thing that you need to do in the Metasploit
setup is ensure that the URIPATH option is set to / . Then, the ext-server
option in Subterfuge should work fine. You just specify the IP address and port
that is running browser_autopwn in Subterfuge (can be the same IP as the
machine Subterfuge is running on).
Original comment by topher.s...@gmail.com
on 8 Jan 2014 at 1:23
i was using the ext-server option and is still not working, i need to run
armitage before starting the module??
the error that remain is:
Exception Location:
/usr/local/lib/python2.7/dist-packages/django/utils/datastructures.py in
__getitem__, line 256
Thank's.
Original comment by Vinicius...@gmail.com
on 3 Feb 2014 at 12:34
Hi all,
I too had the same issue "when enabling the ext-server".
the solution for this issue is simple. it is saying that "startmsf" is not found in the dictionary.
Edit file "/usr/share/subterfuge/templates/plugins.ext"
search for 'start-msf' and replace with 'startmsf'. you will find 4 entries.
replace all four and start "subterfuge"
Original comment by Aduri.a...@gmail.com
on 25 Feb 2014 at 4:44
Original issue reported on code.google.com by
Vinicius...@gmail.com
on 5 Jan 2014 at 4:00