ekultek
|
61f4559e0e
|
edit to the function if the file does not exist it will not try and find it
|
2017-10-07 09:30:26 -05:00 |
|
ekultek
|
efd5ca3bed
|
minor edit to get rid of a random call
|
2017-10-07 09:29:35 -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
|
20b9cbf74e
|
fixed the text file is busy error
|
2017-10-04 14:15:38 -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
|
4a752ea87e
|
minor fix for Github auto issue, will put the version number now
|
2017-10-03 14:56:12 -05:00 |
|
ekultek
|
7cf2d26e89
|
bumped version number
|
2017-10-03 14:54:04 -05:00 |
|
ekultek
|
fa43d499c5
|
edited for the new write_to_file function
|
2017-10-03 14:53:45 -05:00 |
|
ekultek
|
45ccafdb09
|
edited so that the user agent will always default to Zeus's user agent if none is provided
|
2017-10-03 14:52:48 -05:00 |
|
ekultek
|
eacc265a97
|
created proxy compatibility for multiple page search, needed a new requirement.
|
2017-10-03 14:51:38 -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
|
0162ee134d
|
added prompt for when an error occurs, 'y' will create an auto issue for you
|
2017-10-02 12:11:09 -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
|
c9916d0468
|
working on masking sensitive data along with python3 compatibility
|
2017-10-01 08:08:00 -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
|
a09fa4166b
|
created an issue template, please use it
|
2017-09-29 17:56:13 -05:00 |
|
ekultek
|
daca2ac1a2
|
patch for file logging issue (issue #10)
|
2017-09-29 17:46:54 -05:00 |
|
ekultek
|
eb9f9a5e75
|
new requirement for the rewrite of the intel exploit
|
2017-09-29 14:49:24 -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
|
a84dd12e91
|
Remove unneeded changes
|
2017-09-25 21:10:58 +02:00 |
|
cclauss
|
b708f5627f
|
Modernize Python 2 code to get ready for Python 3
|
2017-09-25 21:06:02 +02:00 |
|
Thomas Perkins
|
f471f7b217
|
Merge pull request #11 from cclauss/patch-1
Conditional import of http_client for Python 3
|
2017-09-25 12:24:42 -05:00 |
|
cclauss
|
9b4672e098
|
Conditional import of http_client for Python 3
As discussed in #7
|
2017-09-25 19:20:12 +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 |
|
Thomas Perkins
|
204a7e1741
|
Merge pull request #6 from cclauss/patch-1
Simplify with dict comprehension
|
2017-09-25 10:49:33 -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 |
|
Thomas Perkins
|
ab26aed61e
|
Merge pull request #5 from cclauss/patch-2
Simplify with 'or'. 'Else pass' is unnecessary
|
2017-09-25 09:42:52 -05:00 |
|
cclauss
|
b7fb8350d8
|
Simplify with 'or'. 'Else pass' is unnecessary
|
2017-09-25 16:28:50 +02:00 |
|
Thomas Perkins
|
47e4b07584
|
Merge pull request #3 from cclauss/patch-1
Define raw_input() for Python 3
|
2017-09-25 09:23:24 -05: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 |
|