Skip to content

Ping Sweep_ Windows Method

TheGetch edited this page Jan 5, 2021 · 1 revision

Ping Sweep: Windows Method

Ping Sweep: Windows Method

If you don't have access to PowerShell, you can use the following from a Windows command line:

for /L %i in (1,1,255) do @ping -n 1 -w 200 x.x.x.%i > nul && echo x.x.x.%i is up.

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally