Skip to content
Snippets Groups Projects
Commit 88dd4fd2 authored by Hamid's avatar Hamid
Browse files

Update README.md

parent 901e8ba8
No related branches found
No related tags found
No related merge requests found
# netscan
# Scans the specified network to find and list alive nodes.
Scans the specified network to find and list alive nodes.
Syntax: /usr/bin/python netscan.py [-n Network -p Port -f FilePath ] ...
example: /usr/bin/python netscan.py -n 192.168.1.0/24 -p 22 -f /etc/output.json
/usr/bin/python netscan.py -n 192.168.1.16/30,192.168.2.2/32 -p 22 -f /etc/output.json
args:
-h --help Help.
-v --version Shows version.
-n --network Network(S) to scan.
-f --file-path File path containing file name to save the output.
You can write the output in .csv, .txt or .json file formats.
© 2023 Hamid Sadeghian
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment