hmaverickadams / Beginner-Network-Pentesting

Notes for Beginner Network Pentesting Course
5.68k stars 1.6k forks source link

not understanding ipsweep.sh #16

Open mrgn-x opened 2 years ago

mrgn-x commented 2 years ago

Hello. I don't know if I'm doing this completely wrong or if I'm just not understanding how to code this as it is my first time trying something like this. But I keep trying to perform this easy type of shell script from my course that I'm working on but I can't seem to get it working.

Can someone help?

Screenshot (38)

chirag-sharma72 commented 2 years ago

Correct "pin" to "ping"

mrgn-x commented 2 years ago

@chirag-sharma72 I changed it but it still won't run. I'm not understanding it.

b0xLUL commented 2 years ago

Have you done the right things to run the script?

Code should look a bit like this (don't type over the -b argument, that is fitted to my needs, not yours.): Screenshot from 2021-08-17 08-05-08

MOMIN5 commented 2 years ago

change 'seq 1 254' to `seq 1 254`
it should work now