Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not understanding ipsweep.sh #16

Open
mrgn-x opened this issue Aug 9, 2021 · 4 comments
Open

not understanding ipsweep.sh #16

mrgn-x opened this issue Aug 9, 2021 · 4 comments

Comments

@mrgn-x
Copy link

mrgn-x commented Aug 9, 2021

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
Copy link

Correct "pin" to "ping"

@mrgn-x
Copy link
Author

mrgn-x commented Aug 13, 2021

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

@b0xLUL
Copy link

b0xLUL commented Aug 17, 2021

Have you done the right things to run the script?

  • Are you in the same filedirectory as the script?
  • Did you give input to the command? Remember that the script must be run like this: sh ipsweeper.sh 192.168.178
  • Did you make any typo's in your code? Make sure to walk through it again step by step and check everything again.

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
Copy link

MOMIN5 commented Sep 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants