Commit Graph

60 Commits

Author SHA1 Message Date
Tib3rius 7603f7d41d Fixed dead references
Removed references to wkhtmltopdf from Dockerfile and README.md
2025-04-09 14:12:32 -04:00
Tib3rius 75844760b0 Spelling correction & version update. 2023-09-03 18:03:26 -04:00
Tib3rius a9608d663d Bug fixes and updates.
Fixed bug in dirbuster and vhost-enum plugins. Redirections are now followed. This could potentially cause issues down the line but for now it seems to work.
Have re-enabled nikto as an auto-run plugin, however several constraints are in place to ensure it doesn't take too long.
2023-02-19 17:16:27 -05:00
NalZE7 3313968a2b
Adding dnsrecon to packages list that should be installed (#166) 2022-08-07 14:11:11 -04:00
Tib3rius f82a9a7005
Update README.md 2022-05-09 11:59:30 -04:00
Tib3rius fbe3fb48c3 Update README.md
Fixes #137
2022-01-13 00:45:11 -05:00
Tib3rius 499d4937ea
Update README.md 2022-01-09 20:13:19 -05:00
Tib3rius b01f5cbcf2 Update README.md 2022-01-08 02:23:15 -05:00
Zyaire 61f6650408
Update README.md (#129) 2021-12-12 11:34:47 -05:00
Tib3rius f96c171789 Update README.md 2021-09-15 14:11:08 -04:00
Tib3rius 5dc7630e0f Bug fixes.
Renamed the outdir variable back to output to avoid inconsistencies with config.
Renamed --targets to --target-file again for consistency.
2021-09-15 14:07:16 -04:00
Tib3rius 0c3ee26df2 Update README.md 2021-09-15 03:13:30 -04:00
Tib3rius 9249273389 Update README.md 2021-09-14 18:54:26 -04:00
Tib3rius aea7390eeb Update README.md 2021-09-14 18:50:11 -04:00
Tib3rius 3e5d230b15 Update README.md 2021-09-14 18:45:38 -04:00
Tib3rius 3698ce9f24 Update README.md 2021-09-14 18:39:52 -04:00
Tib3rius a6632ff8fc Updated documentation. 2021-09-11 23:47:07 -04:00
Tib3rius c06053cb04
Update README.md 2021-09-01 14:48:21 -04:00
Tib3rius c68fe48f94
Update README.md 2021-08-29 22:57:30 -04:00
Tib3rius 3e520a0951
Update README.md 2021-08-24 16:05:23 -04:00
Tib3rius a1ca13ecbe Plugin Updates
Better logic in wkhtmltoimage plugin.
New Redis plugins.
New RPCDump plugin.
Updated README for new tools.
2021-08-16 22:46:15 -04:00
Tib3rius 62a87f9696
Update README.md
Spelling correction.
2021-08-02 23:22:10 -04:00
Tib3rius f2200d9670 Updated SMTP user enumeration.
Replaced smtp-user-enum with hydra.
2021-08-02 23:14:42 -04:00
Tib3rius c92e594f77 Reformatting & API Function Name Updates
Switched spaces to tabs throughout for consistency.
Changed add_port_match() to match_port()
Changed add_service_match() to match_service_name()
Removed un-used variables.
2021-08-02 19:13:09 -04:00
Tib3rius a67f737731
Update README.md 2021-08-01 13:38:19 -04:00
Tib3rius d2f72700ba
Update README.md 2021-07-31 21:11:57 -04:00
Tib3rius 70e6eec782 AutoRecon v2 Beta Release
Effectively an initial commit since this is 95% rewritten code.
2021-07-31 21:06:28 -04:00
Tib3rius 5fec0719aa
Update README.md 2021-06-27 12:49:20 -04:00
Tib3rius 2a41d10468
Update README.md 2021-06-26 18:59:13 -04:00
Tib3rius 6164c65346
Update README.md 2021-04-11 18:05:32 -04:00
Tib3rius 7481ac9c57
Update README.md 2021-02-13 03:51:48 -05:00
Tib3rius cfef685bff
Update README.md 2021-02-13 03:40:27 -05:00
Tib3rius e2702c927c
Update README.md 2021-02-13 03:03:12 -05:00
Tib3rius 9bf5b64eba
Update README.md 2020-08-27 09:22:27 -04:00
Tib3rius be8ca67a85
Update README.md
Added seclists to the one-liner install command.
2020-06-08 14:34:27 -04:00
Samuel Dowling 0b03f7b801
Added packaging constructs to allow installation using `pip` or `pipx` (#48)
* Restructured program to enable packaging. Moved main into its own function and resolved global dependency issues. Configured pyproject.toml

* Restructured configuration management such that configuration files are stored in the default user configuration directory for the OS they're using, utilising appdirs

* Added exclusion for byte compiled python files

* Removed build files from version control

* Restructured config file initialisation into a function so that it can be called by the entrypoint main() function

* Resolved issues updating global variables from within function scope. Added global identifiers to global variables to make them more readily identifiable as such

* Formatting revision

* Updated documentation to reflect package installation instructions and usage

* Grammatical revision to improve instructional clarity

* Added default sudo for udp scans to prompt for password to elevate privileges

* Added an installation command for all required packages to the README

* Added manual installation instructions, clarification of oscp vm limitations installing pip3, and instructions on how to elevate privileges when installed with pipx

* Formatting revision to improve clarity of instructions and added requirements.txt

* Removed hardcoded sudo commands from default scan configurations

* Changed suggestion to add alias to .bashrc to .profile as this is what's used by default in kali to set initial temrinal conditions

* Fixed error in manual installation that would have resulted in installing python2 packages
2020-04-30 22:48:23 -04:00
Tib3rius de3935fedd Added ippsec "testimonial". 2020-01-28 11:04:53 -05:00
Tib3rius ff94d45add Added testimonial. 2019-10-26 20:07:22 -04:00
Tib3rius 7e3fe33519 Added testimonial. 2019-10-22 19:46:43 -04:00
Alexandre ZANNI f876857aad add repology badge (#31) 2019-10-22 11:25:37 -04:00
Tib3rius 05e384faea Added command line option to provide a list of targets in a file. 2019-10-17 20:48:36 -04:00
Tib3rius 0563351abb Updated README. 2019-09-20 22:47:34 -04:00
Tib3rius d7058848a5 Added testimonial. 2019-08-21 13:16:25 -04:00
Tib3rius 0bf92f5e06 Added pip3 installation steps which avoid OSCP VM crashes.
Fixes #19
2019-08-12 16:46:53 -04:00
Tib3rius 571b871d99 Added testimonial. 2019-08-02 09:39:05 -04:00
Tib3rius cdac829b02 Added testimonial. 2019-06-10 22:43:40 -04:00
Tib3rius 5da3f41acc Added testimonial. 2019-04-21 20:42:51 -04:00
Tib3rius cb18a95a1f Added testimonial. 2019-04-08 15:21:02 -04:00
Tib3rius 31c469e86b Commands now run via bash instead of sh.
patterns.log renamed to _patterns.log and is no longer created by default.
New "catch all" service scan added, with an sslscan command that only runs if Nmap detects SSL/TLS.
Added a new HTTP scan to screenshot the index page.
2019-04-04 16:46:48 -04:00
Tib3rius c8ba082901 service-scans.toml now uses an improved format for configuring scans.
Updated README.md to reflect changes in the tool.
2019-03-26 13:46:25 -04:00