Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

kyb3rcipherarchive/Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CTF Scanner

Scanner for CTFs

Install:

git clone https://github.com/kyb3rvizsla/Scanner.git
cd CTF-Scanner
sudo make install
cd ..
rm -rf CTF-Scanner

Unistall:

git clone https://github.com/kyb3rvizsla/Scanner.git
cd CTF-Scanner
sudo make unistall

Use:

scanner <Mode> <IP>

Or in offline mode (not clonning repo):

curl https://raw.githubusercontent.com/kyb3rvizsla/Scanner/main/scanner | bash

Modes:

  • Fast (-f)
  • Detailed (-d)
  • Aggresive (-a)