Install masscan
1 2 3 4 5 |
|
Install the latest nmap 7.8
1 2 |
|
Install es and kibana
1 2 3 |
|
The general logic is,
1, use Masscan to do a host survival scan
2, then use Nmap to scan the surviving hosts above, export xml
3, format the xml, write it into es, and then kibana for visualization
Upload the code
#
1 2 3 |
|
The above is the detailed content of How to use Masscan, Nmap, and ELK to collect intranet assets. For more information, please follow other related articles on the PHP Chinese website!