Commit Graph

9 Commits

Author SHA1 Message Date
Tib3rius 114aff9b5b Merge pull request #86 from QuazyThain/patch-2
Update service-scans-default.toml
2021-06-27 12:58:12 -04:00
Tib3rius 85a3e2bcbb Merge pull request #91 from GJL/patch-1
Fix wrong key name in service-scans-default.toml
2021-06-27 11:54:48 -04:00
Tib3rius 040b377301 Update service-scans-default.toml
Replaced ffuf with feroxbuster.
2021-06-26 18:20:27 -04:00
GJL b047d313d6 Fix wrong key name in service-scans-default.toml
In the finger scan section, change the key nmap to name.
2021-06-06 11:00:58 +02:00
Tib3rius ec35d8eade Update autorecon.py
Fix for https://twitter.com/SandyF337/status/1387264368576917510
2021-04-28 00:58:11 -04:00
QuazyThain 93d9d402da Update service-scans-default.toml
Removing the '-l' option.
Reason: The '-l' option was deprecated within the latest version of gobuster (3.1.0). Therefore it prevents gobuster from successful execution.
2021-04-17 20:04:13 +03:00
Tib3rius caf06538be Update service-scans-default.toml
Updated ffuf syntax to redirect to txt file.
2021-04-12 16:26:11 -04:00
Tib3rius 431959f256 Update service-scans-default.toml
Replaced gobuster with ffuf.
Retired nikto to manual commands.
2021-04-11 18:02:58 -04:00
Samuel Dowling 19a2af743d 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