Skip to content

Automatic Script in bash to automatice directory listin

License

Notifications You must be signed in to change notification settings

Fatake/autoWebPentest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autoWebPentest

Automated bash script that performs several automated scans for web pentestingAutomatic Script in bash to automatice directory listing.

Actions performed:

  • Live URL analysis
  • WhatWeb Scan
  • FFUF Directory Scan Whit Fuzz.txt
  • Nuclei Scan
  • Optional wapiti Scan
  • Test SSL Scan testssl.sh

Preparations

To run the following script you need the following resources:

# Install nuclei and git commands
sudo apt install git nuclei whatweb ffuf curl -y

# Install Testssl.sh repo
git clone --depth 1 https://github.com/drwetter/testssl.sh.git /opt/testssl


# Install Fuzz.txt wordlist in /usr/share/wordlists
sudo wget https://raw.githubusercontent.com/Bo0oM/fuzz.txt/master/fuzz.txt -O /usr/share/wordlists/fuzz.txt

Execution

Download the repository:

git clone https://github.com/Fatake/autoWebPentest.git

For the only time you have to give execution permissions with

sudo chmod +x ./autoWebPentest/autoWebPentest.sh

For single Target

./autoWebPentest/autoWebPentest.sh -o ProyectName -u https://Target

For multiple Targets

./autoWebPentest/autoWebPentest.sh -o ProyectName -L FileListTargets

For Help

# ./autoWebPentest/autoWebPentest.sh -h
[i] Usage:
autoWebPentest.sh [-u | -L] <URL Single | URLs File> -o <output_name>
        -u <URL>                For single URL scan
        -L <URLs file>          For muliples URL in file scan
        -o <output_name>        For File name Output dir
        -h                      For Help


Made with love by:
[✓] @Fatake

About

Automatic Script in bash to automatice directory listin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages