Skip to content

moayad-star/scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scanner

scanner can him scan the network and give you all the informations like :

  • host/IP
  • port
  • reason
  • name
  • product
  • version
  • extrainfo
  • conf
  • cpe

Requirements

  • Python3.X
  • Nmap
  • Pandas
  • readline
  • json
  • PrettyTable

To install the requirements automatically

pip install -r requirements.txt

Install

git clone https://github.com/moayad-star/scanner.git && cd scanner
pip install -r requirements.txt