hak4 / subterfuge

Automatically exported from code.google.com/p/subterfuge
GNU General Public License v3.0
0 stars 0 forks source link

Error when running Dos plugin #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running dos plugin
2.
3.

What is the expected output? What do you see instead?
Page not found (404)

Request Method: GET
Request URL:    http://127.0.0.1/dos/
Using the URLconf defined in subterfuge.urls, Django tried these URL patterns, 
in this order:
^$ [name='home']
^settings/ [name='settings']
^network/ [name='network view']
^plugins/ [name='plugins']
^hostcheck/ [name='netview']
^netview/ [name='netview']
^netctrl/(\w+)/ [name='netctrl']
^config/(\w+)/ [name='configure']
^startpwn/(\w+)/ [name='start']
^stoppwn/ [name='stop']
^resetpwn/ [name='resetdb']
^gate/ [name='getgateway']
^builder/ [name='getgateway']
^create/ [name='getgateway']
The current URL, dos/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings 
file. Change that to False, and Django will display a standard 404 page.

What version of the product are you using? On what operating system?

latest version

Please provide any additional information below.

Original issue reported on code.google.com by lilmar...@gmail.com on 7 Feb 2013 at 2:19

GoogleCodeExporter commented 8 years ago
The error you were seeing has been fixed as of revision 83. However the DOS 
plugin remains nonfunctional. This additional issue will be fixed soon with an 
incremental update.

Original comment by Mtoussain@gmail.com on 17 Mar 2013 at 12:19