hello I have a small question to the more of the number of packets that we will put 100000 example and that after that we ping it will directly extinguish the connection of our victim no? Thank you for your answer ;)
Btw, speaking about PING (not about scripting). I made the tool - binaryplant.com/ping-wrapper/ on Go that may be useful for admins. Source: github.com/KMiNT21/BinaryPlant-Ping-Wrapper.git
'read -p' means it will prompt a text which is like echo then store a user's input to a variable after the text. For instance : read -p "Enter your favorite color: " COLOR Let's say the user typed 'Green'. Then green will be stored to the variable which is $COLOR. Please correct me, if I am mistaken.
Is there any way that I could control my Orange Pi in this situation? I have no monitor, mouse or keyboard but I do have a WiFi card and my pi will be right next to me. Thanks
Pretty bad script. If you're going to do a simple ping sweep, pipe to grep for 64 bytes, then cut so you just have the IP address. Otherwise you're having to manually filter all the returned data.
This is a great series for people like me who have absolutely no knowledge or experience bash scripting.
0:51 PIIIIING!!!!!
Sir it's 2nd part ...where we can easily able to detect all ip ping
Its advisable to use exact path e.g instead on ping use /usr/bin/ping
you have played some part in making my career
Love your tutorial. Don't mind the pace.
If we learn bash scripting will we be able to make our own version of scripts like (Lazy script,Lalin,katoolin)etc.
You should do a part 2 to this and make it check the response and just report if its online or not :) use colours green and red aswell :)
Nice videos so far loved it , please upload the next parts , its already been alot of delay
these contents are good but really small, you can put a lot in 10 min video if you try
hello I have a small question to the more of the number of packets that we will put 100000 example and that after that we ping it will directly extinguish the connection of our victim no? Thank you for your answer ;)
Btw, speaking about PING (not about scripting). I made the tool - binaryplant.com/ping-wrapper/ on Go that may be useful for admins. Source: github.com/KMiNT21/BinaryPlant-Ping-Wrapper.git
Great .... Thank you
i am completly new and i would like to know where he ran the code
does it have something like an IDE?
difference between read and read -p command in bash scripting
'read -p' means it will prompt a text which is like echo then store a user's input to a variable after the text. For instance : read -p "Enter your favorite color: " COLOR
Let's say the user typed 'Green'. Then green will be stored to the variable which is $COLOR. Please correct me, if I am mistaken.
-p flag allows you enter the input on the same line
Thank you! Looks like me also needs a pingseeep.sh
Where shall I get this code Brother , because I'm not able to understand few symbols used there
Sir , nmap scanner bash script
How to auto complete the file name inside the script using tab
Is there any way that I could control my Orange Pi in this situation? I have no monitor, mouse or keyboard but I do have a WiFi card and my pi will be right next to me. Thanks
so its like tool called AngryIP
Need tutorial for termux... please
Do this on termux . Dont you even one linux computer at home ?
@@hexernightcore no bro
In what way i am a bro to you ?
Why any problem to called you bro or u are a girl I viewed your channel think u r a girl.
Dude that's edm , jackass
curso de shell script?
what if the ip begins with (192.).
Paul Jojo
And ???
So what...
Next video time?
This is not a subnet... Good example but you should use the real names...
Nico Felbinger
He should call it what ....??
Network part you mean
It's a part of a ip adresse, a subnet could contain 2 segments (/16) or even only one (/8) something between is possible too...
permission denied
Run it in root.
chmod +x *filename*
chmod 777
jayasimha reddy bruh 770 not 777
@@tehCostHD would that make any difference, 777 should give permission to all shouldn't it?
Love ya bro
awesome video
thanks ... contenue.
thank you
Nice
Wow
Pretty bad script. If you're going to do a simple ping sweep, pipe to grep for 64 bytes, then cut so you just have the IP address. Otherwise you're having to manually filter all the returned data.
✌️
Thanks