captain-sensible
Well-Known Member
looking at the image your not using a full ip addressI am totally new so i don't know if I am doing anything wrong
looking at the image your not using a full ip addressI am totally new so i don't know if I am doing anything wrong
#!/bin/bashShare it in plaintext with code tags here in the topic instead of as a screenshot.
I want to learn but i don't know where to start.You should learn how the system(GNU/Linux) works before trying to learn how to hack. Learn to walk before you try to run.
Start here and with these:I want to learn but i don't know where to start.
Can you explain what you are trying to accomplish?#!/bin/bash
for ip in {1..254}; do
ping-c 1$1,$ip|grep"64 byts"| cut-d""
-f 4|tr-d":"&
done
sudo bash ./ipsweeper.sh 192.168.0.1
ip -4 addr
ip -6 addr