ekultek
|
cadc40b81a
|
patches an issue where the XSS scan fails if it does not have a protocol (issue #314)
|
2017-12-19 10:01:04 -06:00 |
|
ekultek
|
f0056a0133
|
removed failing queries from the dorks.txt file
|
2017-12-15 09:44:46 -06:00 |
|
ekultek
|
c83f745f84
|
moved the recursion limit to the main file so that it will load at the start of the program (issue #285)
|
2017-12-09 22:19:26 -06:00 |
|
ekultek
|
82f0c1f1ec
|
this completely fixes issue #256 issue was that the catch was in the wrong spot
|
2017-12-07 07:46:12 -06:00 |
|
ekultek
|
b16a9c184a
|
getting rid of the '...' at the end of the output string, got sick of typing it os now it won't be there anymore
|
2017-12-07 07:27:20 -06:00 |
|
ekultek
|
43199d690d
|
this should patch issue #256 this seems to happen when the URL is malformed
|
2017-12-07 07:26:40 -06:00 |
|
ekultek
|
6e3d4b98f8
|
these updates should patch issue #245 and issue #252, seems that the error just wasn't being caught
|
2017-12-06 21:13:12 -06:00 |
|
ekultek
|
4e0945b842
|
patches an issue where any connection problem (timeout, disconnect, etc) would cause a unexpected exception (issue #239). also patches an issue where XSS was stuck in a loop (issue #240). added two new plugin detection scripts
|
2017-12-06 17:14:13 -06:00 |
|
ekultek
|
b86db8008f
|
update for an issue #233, #234, #235 and #237. issue was with Tor (proxy 127.0.0.1:9050) needed a higher timeout for it
|
2017-12-06 10:48:58 -06:00 |
|
ekultek
|
d79296e4cc
|
colored output fix, error was not red, is now
|
2017-12-06 09:35:31 -06:00 |
|
ekultek
|
27fe53817d
|
patch for issue #229 when the URL times out it will now continue the process
|
2017-12-06 09:34:49 -06:00 |
|
ekultek
|
c382c010fc
|
patch for an issue where it would fail again if the encoding is still messed up, also patch for an issue with the protocol, will now auto assign http if it isn't present (issue #225 and issue #226)
|
2017-12-04 14:37:07 -06:00 |
|
ekultek
|
bedcde9270
|
complete rework of how the Gist search works, you no longer have a certain amount you can search, this is also a fix for issue #221 where the dict would not load into JSON format, that is no longer required
|
2017-12-03 13:30:50 -06:00 |
|
ekultek
|
151d44beff
|
patch for an issue where the status code was in the wrong place issue #219
|
2017-12-02 11:23:48 -06:00 |
|
ekultek
|
30ffde95c3
|
created a get_page function that does the requests for me, this way I'm not calling requests.get over and over again
|
2017-12-02 11:06:16 -06:00 |
|
ekultek
|
ccd0f4920b
|
patch for an issue where a timeout would cause an error (issue #)
|
2017-12-02 10:27:13 -06:00 |
|
ekultek
|
54dd5d47f5
|
the gaierror has been taken care of once and for all, if it fails it's not going to try and find the IP address (issue #215), fixes and issue with chunked encoding errors, about 99% of the time when you try to request again it will work, so that's what we're gonna do (issue #214)
|
2017-12-02 07:31:02 -06:00 |
|
ekultek
|
ade2d5f82c
|
added new headers to search for, patches issue #207, patches issue #211, also patches issue #212
|
2017-12-01 16:19:26 -06:00 |
|
ekultek
|
083e541284
|
fixes a bunch of bugs, plus some annoying output that shouldn't be showing up, including but not limited to issue #202 and issue #203
|
2017-12-01 11:05:53 -06:00 |
|
ekultek
|
5de72f5d33
|
fixes a bunch of connection bugs including issue #191, also fixes some issues with WAF identification
|
2017-11-30 13:23:18 -06:00 |
|
ekultek
|
daa83ffee6
|
minor patch so that it will show which URL failed instead of '{}'
|
2017-11-29 19:16:36 -06:00 |
|
ekultek
|
d949240ab8
|
patches an issue where the sitemap and robots.txt would fail if it hit a certain exception (issue #186, #185, #184)
|
2017-11-29 18:51:13 -06:00 |
|
ekultek
|
a96a04a3ad
|
fixes an issue where the admin pages would not be saved to a log file
|
2017-11-29 14:23:42 -06:00 |
|
ekultek
|
c0382bdb17
|
created a timeout class that will timeout a function if it takes to long, added the timeout to the nmap scan, if it takes over 2 minutes it will timeout, you can increase the timeout with the --time-sec flag
|
2017-11-29 11:48:12 -06:00 |
|
ekultek
|
b12982a958
|
patches an issue where PGP would fail (issue #179), also patches an issue where the connection refused error would not do the fix it is suppose to do (issue #180)
|
2017-11-29 09:58:16 -06:00 |
|
ekultek
|
0ae36e2489
|
fixes an issue where the options would not pass to nmap
|
2017-11-25 20:12:53 -06:00 |
|
ekultek
|
ddf46c6bbe
|
minor edits to some of the attacks, also created an interactive pause that you will be able to skip or exit from
|
2017-11-25 19:59:09 -06:00 |
|
ekultek
|
6f62049eb8
|
optimization for the time it takes to load the program, should be quicker now, created a search for public PGP keys will take your sites domain and search for any public PGP keys it can find, renamed some files to make more sense
|
2017-11-22 15:07:24 -06:00 |
|
ekultek
|
2f250a5a2d
|
update to the gist lookup search, multiple regexs will be tried in order to further try and discover some information
|
2017-11-21 12:39:51 -06:00 |
|
ekultek
|
52af437fe4
|
moved shutdown, startup, and prompt to lib.core.common due to how much they are used
|
2017-11-20 14:27:08 -06:00 |
|
ekultek
|
9eca1950cb
|
created constants of all the log filenames, adjusted files accordingly
|
2017-11-20 14:04:11 -06:00 |
|
ekultek
|
fd4c89ffb8
|
created a common.py file and drafted write_to_log_file into it, also created an HTTP_HEADER class that will be used instead of repeating myself, fixed everything accordingly
|
2017-11-20 11:43:27 -06:00 |
|
ekultek
|
d60ad9391b
|
bumped from three pages to five pages
|
2017-11-16 13:30:03 -06:00 |
|
ekultek
|
d75bb85955
|
created a Github Gist searching tool that will search 3 pages of Gists (usually around 500 links) and create a regex for the found URL, from there it will search through all the Gists and save any of them that have a match (issue #153)
|
2017-11-16 13:29:24 -06:00 |
|
ekultek
|
8b3a776af4
|
patch for an issue where the program would fail due to firefox and geckodriver not liking eachother (issue #154, issue #151), also patches an issue with the admin panel where it would write to a file no matter what happened (issue #152)
|
2017-11-16 07:34:09 -06:00 |
|
ekultek
|
55b1285809
|
multiple tamper scripts now implemented (issue #149), checks if the status code is a 404 before saying it's XSS vulnerable (issue #147)
|
2017-11-14 11:46:14 -06:00 |
|
ekultek
|
ef97ce7094
|
fix or an issue when an error occurs during the WhoIs lookup it will exit (issue #144)
|
2017-11-13 14:29:32 -06:00 |
|
ekultek
|
f2cad88415
|
initial push for issue #142, created a few WAF scripts to detect, will also save the fingerprint of the WAF script if the protection is declared to be generic
|
2017-11-12 19:13:00 -06:00 |
|
ekultek
|
11976b7018
|
minor updates, removed the dict args option in sqlmaphook and fixed some output coloring issues
|
2017-11-11 15:09:20 -06:00 |
|
ekultek
|
17c5771eac
|
minor adjustments to the coding style, nothing that will cause any problems
|
2017-11-11 10:43:50 -06:00 |
|
ekultek
|
ed3d15c26f
|
threading has been enabled on admin panel finder, be careful when going over 10 threads, you will be warned if you go over
|
2017-11-11 10:43:19 -06:00 |
|
ekultek
|
0046932f60
|
moved intel AMT bypass code to the deprecated folder and added it to the gitignore
|
2017-11-11 10:42:17 -06:00 |
|
ekultek
|
b35f8afe3b
|
is now able to parse sqlmap configuration files, so if you have a saved conf file from sqlmap that you like to use, you can use it here with the --sqlmap-conf flag
|
2017-11-10 14:30:01 -06:00 |
|
ekultek
|
33ac2f961a
|
same as admin panel, full batch functionaility has been implemented
|
2017-11-10 10:59:16 -06:00 |
|
ekultek
|
d5575b51ec
|
has been deprecated, code will be moved to a deprecated folder inside of etc/deprecated by version 1.3
|
2017-11-10 10:58:45 -06:00 |
|
ekultek
|
c6c27f8b26
|
created full batch functionality for the admin panel finder, will display the default if batch is requested
|
2017-11-10 10:58:11 -06:00 |
|
ekultek
|
0151d26449
|
fixed some circular importing issues
|
2017-11-09 08:25:46 -06:00 |
|
ekultek
|
65744104f3
|
minor tweak to output colors, when run in batch will not prompt if you want to save the URL's, will just delete them
|
2017-11-08 20:02:51 -06:00 |
|
ekultek
|
769f4c5dc6
|
minor tweak to the output coloring
|
2017-11-08 20:01:43 -06:00 |
|
ekultek
|
42ee8e6a2b
|
removed deprecated commented out code, minor tweak to the color output
|
2017-11-08 20:01:12 -06:00 |
|