🤬
  • ■ ■ ■ ■ ■ ■
    Projects/12_Port_scanner_with_OS_fingerprint_using_TTL/README.md
     1 +<h1 align="center">Port scanner with OS fingerprint using TTL (Time To Live)</h1>
     2 + 
     3 +## :information_source: technologies used
     4 + 
     5 +* nmap
     6 + 
     7 +```bash
     8 +# exemple: sudo nmap -O -v scanme.nmap.org
     9 +$ nmap -O -v <url>
     10 +```
     11 + 
     12 +![image](https://user-images.githubusercontent.com/32443720/162112754-fc6b878e-2832-4710-8a9a-001b43a6622f.png)
     13 + 
     14 +## :books: References
     15 + 
     16 +https://phoenixnap.com/kb/how-to-install-nmap-ubuntu-18-04
     17 + 
     18 +https://nmap.org/book/osdetect-usage.html
Please wait...
Page is in error, reload to recover