網絡信息收集



內網掃描

TCP方式掃描一個C段下的存活主機

nmap -sn -PE -T4 192.168.0.0/24

速度更快的方式

sudo nmap -sP --min-hostgroup 1024 --min-parallelism 1024 -iL ip_input.txt -oN ip_output.txt

# 參數解釋
--min-hostgroup
--min-parallelism
https://nmap.org/man/zh/man-performance.html

-sP Ping掃描方式   # 如果有防護,建議修改掃描方式
https://nmap.org/man/zh/man-bypass-firewalls-ids.html

-iL  從列表中輸入
ip_input.txt  在里面輸入你想掃描的網段;

-oN  Grep輸出
https://nmap.org/man/zh/man-output.html
ip_output.txt 掃描結果將記錄在這個文體;

參考

https://www.jianshu.com/p/7a6b3a61678c?appinstall=0
https://www.cnblogs.com/-mo-/p/11908260.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM