For the following questions, you need not do any scans. Simply provide the neces
ID: 3585443 • Letter: F
Question
For the following questions, you need not do any scans. Simply provide the necessary syntax.
3.1. What is the syntax if you want to do a TCP Connect port scan on google.com ports 1-1000?
What is the syntax if you want to do a UDP port scan on 192.168.3.0 – the whole subnet? With cidr of 24?
3.2. What is the syntax if you want to do an Ack scan on 192.168.3.2 ALL ports?
3.3. What is the syntax if you want to do a port scan on 192.168.3.2 scanning UDP ports? Do only
ports for http, ftp, telnet.
3.4. What is the syntax if you want to do an Xmas port scan on 192.168.3.2 at insane speed?
3.5. What is the syntax if you want to do a port scan on 192.168.3.2 to find out what OS and services are running?
3.6. [removed question]
3.7. What is the syntax if you want to do an idle scan on 192.168.3.2 and your zombie is
192.168.3.23?
4. Find one tool from our books or lectures that we have not done in a homework assignment.
Demonstrate the basic functionality with appropriate screenshots of it in use. Be sure to provide
sufficient coverage of the tool. Make sure the tool does not require you to do active engagement for which you lack authorization. (You may test a tool in your home lab using another VM if you like, if applicable.)
Explanation / Answer
Chegg policy: This is against the chegg policy for posting too many questions in a single post so i m answering the first four questions kindly Repost the question accordingly.
3.1) netcat -z -v google.com 1-1000
nmap -v -sv 192.168.3.0/24
3.2) nmap-sW 192.168.3.2
3.3) nmap -sU -p 80,21,23 192.168.3.2
3.4) nmap -sT 192.168.3.2
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.