Commit graph

196 commits

Author SHA1 Message Date
ekultek
69fd18d5a5 you are now able to use Tor to do the searching by passing the --tor flag, the firefox browser settings will mimic the tor browser settings and you will be able to connect via Tor, be careful, Google does not like Tor. You will also be able to connect to Tor to do the parsing 2017-11-02 10:27:08 -05:00
ekultek
3bced94e70 minor update for a privately reported issue, where the HTML would display the site in a small scroll box, will not display as the full site 2017-11-02 09:24:23 -05:00
ekultek
bc335fa2d3 created a clickjacking scanner that will test a page for an X-Frame-Options header, if the header is not there, then it will create a basic HTML page with that URL as an iframe 2017-11-01 21:48:58 -05:00
ekultek
d1adbcdc10 forgot to bump the version number 2017-11-01 10:08:22 -05:00
ekultek
b26d29108c fixes an issue where the geckodriver will not connect, usually means something happened during the installation of it, will now attempt to re-install the geckodriver (issue #132) 2017-11-01 10:07:15 -05:00
ekultek
0e3f6fcb73 installation instructions update for centOS (issue #129) 2017-10-31 18:01:19 -05:00
ekultek
e85c13b2b8 minor update to the search.py file, X-Forwarded instead of X-Forward 2017-10-31 14:11:05 -05:00
ekultek
da22c7db7f updated the md5sum with the newest MD5 hashes 2017-10-31 13:22:58 -05:00
ekultek
3bc428dbd9 created a new flag called --x-forward that will add a header to the request called 'X-Forwarded-From' with three random IP addresses 2017-10-31 13:19:31 -05:00
ekultek
51db83833b patch for a reported issue where it would fail with from a website with Unicode 2017-10-31 13:18:40 -05:00
ekultek
29b2ad69e2 update to tamper scripts, using kwargs instead of warning 2017-10-31 13:17:33 -05:00
ekultek
fec7935d42 forgot to update the version number 2017-10-31 09:49:35 -05:00
ekultek
99575425f1 fixes an issue where if you run in verbose mode with whois lookup it will error out if certain information is not found (issue #128), it will now display the JSON data if you run in verbose mode 2017-10-31 09:47:49 -05:00
ekultek
04cd49e722 added some new URL's to the skip schema, edited the DDG link to the HTML link, made sure that the URL is not just a protocol before adding to the file 2017-10-29 11:46:36 -05:00
ekultek
6030774303 a patch for a reported issue (private) where if the found sitemap already exists, it would error out. will not just write as plain text and warn you that it probably already exists, also fixes an issue where found admin pages where not saved to a log file, and finally moved the sitemap.xml and robots.txt searches to a single function 2017-10-29 11:00:28 -05:00
ekultek
c323635b35 edited the install information with a tar, zip, and stable release download 2017-10-28 17:03:44 -05:00
ekultek
182e588774 patched a privately reported issue that would not allow you to run the blackwidow crawler behind a proxy, forgot a space in the README file 2017-10-28 16:53:13 -05:00
ekultek
f76292c08a added new requirements to the README, trying to keep this as updated as possible 2017-10-28 16:29:30 -05:00
ekultek
f75cabb876 added a new requirement BeautifulSoup, fixed the crawler will pull all links with an 'a' tag and descriptor of 'href', bumped version number 2017-10-28 16:28:18 -05:00
ekultek
0c8d4f9bf7 edited the default user agent so it will reflect the best practices of user agent strings (reference https://docs.developer.amazonservices.com/en_US/dev_guide/DG_UserAgentHeader.html) 2017-10-28 15:49:10 -05:00
ekultek
75f6b4f519 fixing the README buttons, added some links to the helpful links directory 2017-10-28 15:28:12 -05:00
ekultek
586448eba8 editing some more information in the README file 2017-10-28 15:22:37 -05:00
ekultek
94a37a2b30 removed some things from the checksum file that aren't needed, fixed the directory list on the README file 2017-10-28 15:03:22 -05:00
ekultek
38a4be850e added a directory to the README, now you can just jump around and don't have to scroll as much 2017-10-28 12:32:11 -05:00
ekultek
21835673fc added a possible dependency that you may need in the README file 2017-10-28 12:12:09 -05:00
ekultek
cf2cc59022 fix for the intel AMT exploit checker (messed it up without realizing it) 2017-10-28 08:26:47 -05:00
ekultek
46fc2372c9 created a sitemap parser, will check for a page sitemap and save it if it is found, otherwise will just continue processing 2017-10-28 08:25:58 -05:00
ekultek
073361339b bumped the version number and edited the checksums to match the new updates 2017-10-28 08:25:13 -05:00
ekultek
b18e017d77 removed unicode characters out of the dorks and payloads file 2017-10-28 08:24:30 -05:00
ekultek
5e227c9c97 removed unicode characters out of the dorks and payloads file 2017-10-28 08:24:23 -05:00
ekultek
ecf067b6bb patch for unicode errors, it appears that selenium isn't formatted to handle unicode errors (as far as I can tell) so the dork that causes the error will be skipped (issue #125) 2017-10-27 17:14:08 -05:00
ekultek
6c46fd7523 splitting the shell commands via shlex will make the commands more secure, and able to avoid most shell injection instances 2017-10-25 16:32:55 -05:00
ekultek
6ba7231e82 splitting the shell commands via shlex will make the commands more secure, and able to avoid most shell injection instances 2017-10-25 16:32:27 -05:00
ekultek
662f71212a updated the Zeus Scanner demo video, enjoy 2017-10-25 14:50:40 -05:00
ekultek
5d3dad4e51 some changes to the README file, removed codacy badge (not important anymore), added a link to the latest tarball 2017-10-25 13:54:51 -05:00
ekultek
bdcc28b412 you are now successfully able to launch the sqlmap API automatically using the --auto flag (issue #58) 2017-10-25 13:26:20 -05:00
ekultek
c7fedc0165 fixed the nmap issues, it will run now it will also install itself if it's not there. working on sqlmap autostart (still). moved the function to create sqlmap and nmap arguments to settings.py. created two new scripts (one is still a work in progess) 2017-10-24 01:22:21 -05:00
ekultek
dc401de304 removed some md5sum's that are not needed 2017-10-23 22:38:13 -05:00
ekultek
05f666458a updated the license button in the README file 2017-10-23 22:37:27 -05:00
ekultek
4587ec2c91 removed the oauth file, it is no longer needed by the program 2017-10-23 22:35:56 -05:00
ekultek
626654e496 edited the checksum to reflect the changes in the files 2017-10-23 22:27:18 -05:00
ekultek
0c291d6d10 will now cleanup the leftover junk from being parsed, it seems that sometimes random tags get pulled with the URL 2017-10-23 22:27:01 -05:00
ekultek
f6888b59af moved the find running opts function to settings, cleaning out the zeus.py file 2017-10-23 22:26:16 -05:00
ekultek
9cc673a05b some minor changes to the WhoIs lookup, trying to prevent it from displaying empty lists and dicts 2017-10-23 22:25:37 -05:00
ekultek
a06371aa72 fixes an issue with unicode errors from XSS payloads (issue #124) 2017-10-23 14:11:03 -05:00
ekultek
242219ac8f moved the search engine configuration to the settings file 2017-10-23 13:41:43 -05:00
ekultek
d590ca22db patch for an issue where when a proxy is passed without the protocol it will create an issue (issue #118), also fixes an issue with the sqlmap arguments you no longer need to pass 'true' or 'false' it will do it automatically for you (issue #123) 2017-10-22 19:59:31 -05:00
ekultek
977564ae62 minor update where running through a file or dork would not allow you to parse webcache or pull all URLs, also updated some whois lookup info 2017-10-21 16:59:43 -05:00
ekultek
e2287391c3 created a whois lookup search. Will either display it in human readable form with the correct flags, or save the found information to a log file 2017-10-21 10:16:16 -05:00
ekultek
d813e70ac1 edited the way that the patch ID is displayed, will now pull the ID from origin/master 2017-10-21 08:45:19 -05:00