![]() |
|
[Kali Linux] Get access, Find and attack into a network - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [Kali Linux] Get access, Find and attack into a network (/Thread-Kali-Linux-Get-access-Find-and-attack-into-a-network) |
RE: [Tutorial] Find potential targets and informations on your network - snowblind956 - 01-17-2013 Excellent tutorial! I'm sure it will really help a lot of people. I'd like to offer a couple tips for finding out what's on your network, you can feel free to just ignore me if you'd like. I use fping to do a ping sweep of my target network, and I use several nmap commands to port scan. To ping sweep a range I use this command: Code: fping -a -g 192.168.0.1 192.168.0.254>filename.txtCode: nmap -p- -PN 192.168.0.10Code: nmap -sUV 192.168.0.10RE: [Tutorial] Find potential targets and informations on your network - snowblind956 - 01-17-2013 Excellent tutorial! I'm sure it will really help a lot of people. I'd like to offer a couple tips for finding out what's on your network, you can feel free to just ignore me if you'd like. I use fping to do a ping sweep of my target network, and I use several nmap commands to port scan. To ping sweep a range I use this command: Code: fping -a -g 192.168.0.1 192.168.0.254>filename.txtCode: nmap -p- -PN 192.168.0.10Code: nmap -sUV 192.168.0.10RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Yes of course I know the fping method. It's another way to do it. I try to find the most simple and effective methode to scan a network on linux distros but I still didn't find it. But on windows, Angry IP Scanner is pretty good at this. I started watching cain and abel. Maybe I'll do a tutorial about this one. For the moment, the best way to find node for me is the etherape methode. I'm tired of ettercap, it's never stable :-/ RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Yes of course I know the fping method. It's another way to do it. I try to find the most simple and effective methode to scan a network on linux distros but I still didn't find it. But on windows, Angry IP Scanner is pretty good at this. I started watching cain and abel. Maybe I'll do a tutorial about this one. For the moment, the best way to find node for me is the etherape methode. I'm tired of ettercap, it's never stable :-/ RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Yes of course I know the fping method. It's another way to do it. I try to find the most simple and effective methode to scan a network on linux distros but I still didn't find it. But on windows, Angry IP Scanner is pretty good at this. I started watching cain and abel. Maybe I'll do a tutorial about this one. For the moment, the best way to find node for me is the etherape methode. I'm tired of ettercap, it's never stable :-/ RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Well, good news ! You can install Angry IP scanner through a .deb file on backtrack and use it. I add a part about this one in the tutorial NEWS: I ADDED THE EVIL TWIN METHOD MANUAL. I TRIED IT AND IT WORKS FINE. RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Well, good news ! You can install Angry IP scanner through a .deb file on backtrack and use it. I add a part about this one in the tutorial NEWS: I ADDED THE EVIL TWIN METHOD MANUAL. I TRIED IT AND IT WORKS FINE. RE: [Tutorial] Find potential targets and informations on your network - hunt3r972 - 01-18-2013 Well, good news ! You can install Angry IP scanner through a .deb file on backtrack and use it. I add a part about this one in the tutorial NEWS: I ADDED THE EVIL TWIN METHOD MANUAL. I TRIED IT AND IT WORKS FINE. RE: Basic Tutorial: Get access, Find and attack into a network - hunt3r972 - 03-23-2013 Thread updated with some interesting informations ^^ RE: Basic Tutorial: Get access, Find and attack into a network - hunt3r972 - 03-23-2013 Thread updated with some interesting informations ^^ |