Try Hack Me Nmap Challenge Part 2
Oke kita lanjutkan di part 2 untuk yang belom membaca di Part 1. Dipart 1 saya menjawab soal dari task 2 sampai task 7. Jadi mari kita lanjutkan the next roomnya
Task 8 NUL, FIN and Xmas
- Which of the three shown scan types uses the URG flag?
Xmas
- Why are NULL, FIN and Xmas scans generally used?
Firewall Evasion
- Which common OS may respond to a NULL, FIN or Xmas scan with a RST for every port?
Microsoft Windows
Task 9 ICMP Network Scanning
- How would you perform a ping sweep on the 172.16.x.x network (Netmask: 255.255.0.0) using Nmap? (CIDR notation)
nmap -sn 172.16.0.0/16
Task 10 Overview
- What language are NSE scripts written in?
Lua
- Which category of scripts would be a very bad idea to run in a production environment?
Intrusive
Task 11 Working With The NSE
- What optional argument can the ftp-anon.nse script take?
Di DOC ini kamu dapat melihatnya bahwa DOC mengambil arg call maxlist
maxlist
Task 12 Searching for Scripts
- What is the filename of the script which determines the underlying OS of the SMB server?
Jika kamu menjalankan perintah di atas, kamu akan mendapatkan daftar seperti ini dan menemukan satu sebuah file OS
smb-os-discovery.nse
- Read through this script. What does it depend on?
Soal ini adalah bagaimana kamu dapat melihat source code dari smb-os-discovery.nse. Pertama-tama kamu harus cari smb-os-discovery.nse dan gunakan cat <file_loation>
smb-brute
Task 13 Firewall Evasion
- Which simple (and frequently relied upon) protocol is often blocked, requiring the use of the -Pn switch?
ICMP
- [Research] Which Nmap switch allows you to append an arbitrary length of random data to the end of packets?
--data-length
Untuk menemukan kamu dapat mengetik man nmap dan pergi ke tab Firewall Evasion kamu dapat melihatnya sendiri
Task 14 Practical
- Does the target (MACHINE_IP)respond to ICMP (ping) requests (Y/N)?
N
- Perform an Xmas scan on the first 999 ports of the target – how many ports are shown to be open or filtered?
999
- There is a reason given for this – what is it?
Note: The answer will be in your scan results. Think carefully about which switches to use – and read the hint before asking for help!
No Response
- Perform a TCP SYN scan on the first 5000 ports of the target – how many ports are shown to be open?
kamu dapat melihat ada berapa ports yang terbuka
5
- Deploy the ftp-anon script against the box. Can Nmap login successfully to the FTP server on port 21? (Y/N)
Y
ini adalah bagaimana kamu harus menggunakan skrip di Nmap sehingga kamu dapat melihat login anonim diizinkan sekarang mari kita coba login
Ini adalah bagaimana kamu harus masuk ke sesi FTP
jadi saya harap kamu belajar bagaimana melakukan tugas ini, sampai jumpa di blog lain 😉😉😉
Oke kita lanjutkan di part 2 untuk yang belom membaca di Part 1. Dipart 1 saya menjawab soal dari task 2 sampai task 7. Jadi mari kita lanjutkan the next roomnya
Task 8 NUL, FIN and Xmas
- Which of the three shown scan types uses the URG flag?
Xmas
- Why are NULL, FIN and Xmas scans generally used?
Firewall Evasion
- Which common OS may respond to a NULL, FIN or Xmas scan with a RST for every port?
Microsoft Windows
Task 9 ICMP Network Scanning
- How would you perform a ping sweep on the 172.16.x.x network (Netmask: 255.255.0.0) using Nmap? (CIDR notation)
nmap -sn 172.16.0.0/16
Task 10 Overview
- What language are NSE scripts written in?
Lua
- Which category of scripts would be a very bad idea to run in a production environment?
Intrusive
Task 11 Working With The NSE
- What optional argument can the ftp-anon.nse script take?
Di DOC ini kamu dapat melihatnya bahwa DOC mengambil arg call maxlist
maxlist
Task 12 Searching for Scripts
- What is the filename of the script which determines the underlying OS of the SMB server?
Jika kamu menjalankan perintah di atas, kamu akan mendapatkan daftar seperti ini dan menemukan satu sebuah file OS
smb-os-discovery.nse
- Read through this script. What does it depend on?
Soal ini adalah bagaimana kamu dapat melihat source code dari smb-os-discovery.nse. Pertama-tama kamu harus cari smb-os-discovery.nse dan gunakan cat <file_loation>
smb-brute
Task 13 Firewall Evasion
- Which simple (and frequently relied upon) protocol is often blocked, requiring the use of the -Pn switch?
ICMP
- [Research] Which Nmap switch allows you to append an arbitrary length of random data to the end of packets?
--data-length
Untuk menemukan kamu dapat mengetik man nmap dan pergi ke tab Firewall Evasion kamu dapat melihatnya sendiri
Task 14 Practical
- Does the target (MACHINE_IP)respond to ICMP (ping) requests (Y/N)?
N
- Perform an Xmas scan on the first 999 ports of the target – how many ports are shown to be open or filtered?
999
- There is a reason given for this – what is it?
Note: The answer will be in your scan results. Think carefully about which switches to use – and read the hint before asking for help!
No Response
- Perform a TCP SYN scan on the first 5000 ports of the target – how many ports are shown to be open?
kamu dapat melihat ada berapa ports yang terbuka
5
- Deploy the ftp-anon script against the box. Can Nmap login successfully to the FTP server on port 21? (Y/N)
Y
ini adalah bagaimana kamu harus menggunakan skrip di Nmap sehingga kamu dapat melihat login anonim diizinkan sekarang mari kita coba login
Ini adalah bagaimana kamu harus masuk ke sesi FTP
jadi saya harap kamu belajar bagaimana melakukan tugas ini, sampai jumpa di blog lain 😉😉😉
`