Remember
Register
Techbypass - Lets Bypass
Questions
Unanswered
Tags
Users
Ask a Question
Thank you for your support.
You are awesome.
How can I find the live domains from an IP block?
0
votes
Hi,
How can I find the live domains from an IP block?
scripting
nmap
ip
live-host
asked
Mar 31, 2020
by
onto
(
169
points)
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Hey,
Here is the Nmap command.
nmap -sP 10.10.5.0/24 | grep report | awk '{print $5}'
answered
Mar 31, 2020
by
codeshikari
(
226
points)
Please
log in
or
register
to add a comment.
...