- Kali Linux Cookbook(Second Edition)
- Corey P. Schultz Bob Perciaccante
- 111字
- 2021-07-02 18:27:23
Performing a UDP port scan
Performing UDP scans against targets provides us with additional vectors of attacks. We are also going to add a couple of extra CLI options. We have also added to other command line options -r for randomize, which will help avoid detection by security devices such as IDS and IPS servers and the -v for verbose, allowing us to see action more quickly. This scan will take several minutes to run, so it's nice to know what it's doing while we wait:
nmap -sU -r -v 192.168.56.102
You will see from the output that we did find a few UDP ports open that we can explore later:

推薦閱讀
- Advanced Quantitative Finance with C++
- R語言經典實例(原書第2版)
- What's New in TensorFlow 2.0
- Practical Data Science Cookbook(Second Edition)
- 跟小海龜學Python
- Neo4j Essentials
- Mastering Drupal 8 Views
- Windows Phone 7.5:Building Location-aware Applications
- Nagios Core Administration Cookbook(Second Edition)
- 區塊鏈項目開發指南
- Java 從入門到項目實踐(超值版)
- App Inventor 2 Essentials
- Android應用開發實戰(第2版)
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Wearable:Tech Projects with the Raspberry Pi Zero