Skip to content

This is a simple script to scan for vulnerabilities ip, domains lists using httpx and nuclei.

License

Notifications You must be signed in to change notification settings

J3eyond/Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scanner

Description

This is a simple script to scan for vulnerabilities ip, domains lists using httpx and nuclei.

Possibilities

  • Scan for vulnerabilities ip and domains;
  • Diff once every 7 days;
  • Sending the comparison result by email(Reporter);


  • Install

    Download script:
    git clone https://github.com/J3eyond/Scanner
    Enter the folder:
    cd Scanner/
    Config the vars bellow(scanner.sh):
    path="*Your full path to this script*"
    reporter_path="*Path to Reporter folder*"
    nuclei_template_path="*Your full path to nuclei templates*"
        
    Give permission to launch:
    chmod +x scanner.sh
    Create file ip.txt with your ip targets.
    Create file domains.txt with your domains targets.

    Install Requirements!

    Launch

    ./scanner.sh

    Requirements

  • httpx
  • nuclei
  • nuclei-templates
  • Reporter
  • About

    This is a simple script to scan for vulnerabilities ip, domains lists using httpx and nuclei.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages