Commit graph

71 commits

Author SHA1 Message Date
ekultek
799b6baba0 created some new extenstions and a threading flag for the admin panel finder 2017-10-11 17:47:18 -05:00
ekultek
859ea19c44 minor update to the initial fix for issue #58, supressing help until that part is done 2017-10-11 14:39:01 -05:00
ekultek
e9f5b82d05 initial push for an issue (#58) where it would not auto start sqlmap, lots more work to be done so make sure you start the sqlmap server before the process 2017-10-11 14:36:34 -05:00
ekultek
92a5b44548 patch for using Bing as the search engine, Bing apparently was not implemented, sorry 2017-10-10 19:41:17 -05:00
ekultek
f8614dc883 minor update to randomcase script, will now truly be random case 2017-10-10 18:16:49 -05:00
ekultek
9d97a6765a created five new tamper scripts for XSS payloads 2017-10-10 17:59:01 -05:00
ekultek
80d9565585 files edited to reflect the move of the settings, errors, and tamper scripts folders 2017-10-10 17:01:13 -05:00
ekultek
269a27f886 moved tamper scripts outside of attacks folder 2017-10-10 17:00:18 -05:00
ekultek
a8d81d28ce moved errors and settings to core folder 2017-10-10 16:59:51 -05:00
ekultek
5767f2e974 successfully extracts the URL from Google ban URL (issue #13) 2017-10-10 14:59:23 -05:00
ekultek
37cc3862a8 minor changes to the extraction schema 2017-10-09 16:45:37 -05:00
ekultek
e43ee8a0ca skips google play and google maps, also extracts correctly from webcache with out error (issue #55) 2017-10-09 16:09:50 -05:00
ekultek
a10d8d5825 minor edit to search.py removed sqlmap_api_directions.txt 2017-10-09 10:56:25 -05:00
ekultek
f9577d0365 edited so that the file to be read from depends on the command you use instead of defaulting to URL_LOG 2017-10-08 08:21:17 -05:00
ekultek
4188c2c37c fixes issue where it tries to run the attacks no matter what happens (issue #54) 2017-10-08 07:47:01 -05:00
ekultek
2937e9c759 patch for an error that occurs when firefox is not found (issue #52) 2017-10-08 07:39:05 -05:00
ekultek
b52f301358 branch issue fix #1 2017-10-07 09:34:03 -05:00
ekultek
671e77b984 patch for issue #49, bo longer need to restart the sqlmap API each iteration 2017-10-07 08:09:16 -05:00
ekultek
97b620aef4 initial fix for issue #49, still more work to be done 2017-10-05 21:21:51 -05:00
ekultek
3004ca5595 can now extract from google webcache URL's 2017-10-04 14:15:54 -05:00
ekultek
1e71aaa5f5 gave write_to_file function ability to write list, tuple, set to files (issue #40) 2017-10-04 07:07:43 -05:00
ekultek
7cf2d26e89 bumped version number 2017-10-03 14:54:04 -05:00
ekultek
94dac1c2bc added the ability to search multiple pages of Google (issue #4) 2017-10-03 11:19:16 -05:00
ekultek
008ee37362 minor edit to skip safe characters in encoding 2017-10-03 11:18:13 -05:00
ekultek
d813942c55 created three new tamper scripts and added warnings to other ones 2017-10-02 12:10:34 -05:00
ekultek
c618647eeb created three new tamper scripts and added warnings to other ones 2017-10-02 12:10:15 -05:00
ekultek
67a1738278 minor change to sqlmap scan, will not output '{}' if there are no arguments passed 2017-10-01 08:28:14 -05:00
ekultek
4cf72fc97b patch for issue #22, will not shutdown if the provided URL is not valid with an error message instead of throwing an exception 2017-10-01 08:06:03 -05:00
ekultek
f87f63d3b0 added a file for those that don't know how to use sqlmap, also minor fix to extract your log file. 2017-09-30 08:26:36 -05:00
ekultek
ceca62c4b4 auto issue creation, also caught an error, apparently it's really hard to understand tHAT SQLMAP NEEDS TO BE STARTED IN ORDER TO WORK 2017-09-30 08:01:40 -05:00
ekultek
daca2ac1a2 patch for file logging issue (issue #10) 2017-09-29 17:46:54 -05:00
ekultek
f38ec5f65f adding support for python 3 (issue #7) if you find any issues with python3 please make an issue there 2017-09-29 14:28:53 -05:00
ekultek
3e4e37042a complete re-write of intel AMT bypass, proxy and user agent configuration added for issue #9 2017-09-29 13:58:46 -05:00
ekultek
024e660853 created a tamper script for URL encoding, created tamper warnings, minor update to search.py, bumped version number 2017-09-29 10:21:26 -05:00
ekultek
9de772204e creating tamper scripts for the XSS payloads 2017-09-28 11:16:48 -05:00
ekultek
bf922eeb7c fixed the blackwidow log file issue #14 2017-09-28 11:16:21 -05:00
ekultek
83e0a5a436 updates to the XSS scanner, will successfully output if possible sqli is present or not, and only display the information once 2017-09-27 18:02:55 -05:00
ekultek
09d3bf1067 created a flag for you to pass a file to try attacks with, this way you can just attack the targets found after searching 2017-09-27 14:14:08 -05:00
ekultek
166e918223 patched the XSS scanner, should work better now 2017-09-27 10:35:39 -05:00
ekultek
4ba8a8a0f4 close the display and browser after exception has been caught 2017-09-26 18:30:50 -05:00
ekultek
526807c7ff basic implement of Google IP bypass done (more work to be done) 2017-09-26 18:20:43 -05:00
ekultek
90d3798a93 created an XSS scanner for issue #8 2017-09-26 12:56:35 -05:00
Thomas Perkins
ed4820b8ee Merge pull request #12 from cclauss/modernize-python2-code
Fix urllib imports for Python 3
2017-09-25 14:14:37 -05:00
cclauss
b708f5627f Modernize Python 2 code to get ready for Python 3 2017-09-25 21:06:02 +02:00
ekultek
0b07d367e4 created a disclaimer that you have to accept to run the program. this will be shown once during the first run of the program. 2017-09-25 12:06:07 -05:00
ekultek
759a8d47c1 added a flag for nmap arguments, will also display a reference to sqlmap and nmap option man page if you have any questions 2017-09-25 11:27:56 -05:00
ekultek
6875605c98 patch for issue #2 install xvfb if it isn't there, also added it to the README requirements. 2017-09-25 11:08:32 -05:00
cclauss
73486352ec Simplify with dict comprehension
https://docs.python.org/2/tutorial/datastructures.html#dictionaries
2017-09-25 17:19:46 +02:00
cclauss
5186a0e533 Define raw_input() for Python 3
__raw_input()__ is called on lines 276 and 283 but it was removed from Python 3 in favor of __input()__.
2017-09-25 13:55:43 +02:00
ekultek
97ff5610c1 minor update to the spider, and errors thrown by it 2017-09-21 10:29:25 -05:00