Commit graph

311 commits

Author SHA1 Message Date
ekultek
1d2aef697b giving a shoutout in my README to the OpenSource Projects Facebook page. Go give them a like for me 2017-11-25 13:54:35 -06:00
ekultek
fe21f2b22b moved the URL parsing to it's own class, saves some space in the searching file and is a little quicker now 2017-11-25 13:31:10 -06:00
ekultek
6def583b3a patch for an issue where it will not attempt to extract the IP ban URL, will now successfully extract the URL 2017-11-25 13:30:06 -06:00
ekultek
e69e116e81 moved the browser setup into it's own class, saves some space in the selenium search file 2017-11-24 21:55:31 -06:00
ekultek
7f62266474 minor update to excluded websites exts and the excluded sites while parsing 2017-11-24 11:11:49 -06:00
ekultek
c5ab6b005b had t ocreate a disclaimer because someone was an idiot 2017-11-24 08:45:58 -06:00
ekultek
d38732ecf2 new md5sums for the edited files 2017-11-24 07:03:31 -06:00
ekultek
3225387157 fixed the x-forwarded-for header in the header checking 2017-11-24 07:03:10 -06:00
ekultek
3d37e31747 minor update to the AWS WAF script, just some small edits 2017-11-24 07:02:28 -06:00
ekultek
5757f311b2 patch for an issue where the script to start sqlmap would not launch, had the wrong script name which is what caused the issue (issue #163) 2017-11-24 07:01:59 -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
bac08bde55 updated the README a little bit to make it sound better 2017-11-21 13:07:18 -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
47b4789756 minor update to fix a file logging issue, where it will skip log numbers IE zeus-log-1.log to zeus-log-5.log 2017-11-21 12:39:15 -06:00
ekultek
d875092c6c patch for an issue where the webdriver will not load, will now check if you have 127.0.0.1 localhost in your /etc/hosts file and add it if it is not there (issue #161) 2017-11-21 11:49:11 -06:00
ekultek
acc89fdac3 bumped version number for the new WAF scripts 2017-11-20 20:01:43 -06:00
ekultek
2d88e64404 created 7 new WAF scripts for firewall detection (issue #142) 2017-11-20 20:00:45 -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
4b7f2f5f36 making some updates to the README for the new updates 2017-11-18 10:06:01 -06:00
ekultek
7d8727b9df patch for an issue where it will claim the driver is not in your PATH, will now specify where the driver is located (issue #159) 2017-11-18 09:52:40 -06:00
ekultek
b59754adae minor updates to the README, edited a note and displays the browser versions you need now 2017-11-18 07:58:09 -06:00
ekultek
8b57b6c1cf patch for an issue where the latest firefox release would not allow you to run Zeus. Is now compatible with Firefox version 51-57 (issue #157) 2017-11-18 07:51:25 -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
08f1f83b74 patch for a permissions issue, will tell you to run as sudo now (issue #155) 2017-11-16 09:16:58 -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
95e6ab3c70 better patch for issue #151, will accept strings as browser versions now 2017-11-15 09:09:47 -06:00
ekultek
ab93e7a46d patch for an issue where if your firefox fails to run it will not let you install Zeus, will now prompt you for your firefox browser version instead of failing (issue #151) 2017-11-15 08:43:41 -06:00
ekultek
7747c7fb8e patch for an issue where if your firefox fails to run it will not let you install Zeus, will now prompt you for your firefox browser version instead of failing (issue #151) 2017-11-15 08:42:47 -06:00
ekultek
25b72314e7 created a --show-success flag that will output the success of the dork depending on how many links have been found with it 2017-11-15 07:23:36 -06:00
ekultek
e18e4c02a2 added pksecurity module and siteguard WAF scripts (issue #142) 2017-11-15 07:22:51 -06:00
ekultek
f759247ae3 new checksums for the changed files 2017-11-14 19:40:58 -06:00
ekultek
c9756cb35b bumped the version number for the new updates 2017-11-14 19:40:46 -06:00
ekultek
6f6663b453 added a new header to the check to see if they have protection against MITM attacks (Public-Key-Pins) 2017-11-14 19:40:21 -06:00
ekultek
6d19d03845 will now check if it is running an apache server by searching the HTML tags for the error that occurs from Apache webservers (issue #142) 2017-11-14 19:39:37 -06:00
ekultek
1fd3f281e7 updates to cloudflare, sucuri WAF scripts, added AWS waf script (issue #142) 2017-11-14 16:07:26 -06:00
ekultek
beaa69f7af added a few new WAF scripts (issue #142) squid proxy IDS, cloudfront, minor updates to modsecurity 2017-11-14 13:54:52 -06:00
ekultek
5df541f8b4 new checksums for the changed files 2017-11-14 12:55:18 -06:00
ekultek
e1897912cc parses the black list on multiple searches now as well, will prompt you or continue 2017-11-14 12:55:03 -06:00
ekultek
6f05a8e656 bumped version number, added return True to the blacklist parsing 2017-11-14 12:54:22 -06:00
ekultek
885fe2e43f created a new WAF script for powerful firewall (mybb plugin issue #142) 2017-11-14 12:53:54 -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
10987c4e14 can now search multiple pages with a random dork using the -r flag (issue #146) 2017-11-14 11:15:02 -06:00
ekultek
f820f7ec7a new md5sums for the changed files 2017-11-13 20:46:51 -06:00
ekultek
a805afd1fa minor update so that it will not keep pulling the Apache server error, this way it will truly only pull what it believes are WAF/IDS/IPS's 2017-11-13 20:46:26 -06:00
ekultek
c4af51be6d created a blacklist, when a dork pulls no URLs it will add it to a blacklist, if the dork is in the blacklist and you use it again, it will prompt you if you want to continue or not 2017-11-13 20:45:32 -06:00
ekultek
651c0f4498 better fix for warnings, they won't show up now 2017-11-13 20:44:19 -06:00
ekultek
9cb82a7096 minor update to webseal WAF script, will better recognize now 2017-11-13 20:43:41 -06:00