I want to get all IP addresses of any computer that is connected to a server (linux). What tool should I use?
Forum Thread: What Tool to Use?
- Hot
- Active
-
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
5 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
How To: Scrape Target Email Addresses with TheHarvester
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Enable Monitor Mode & Packet Injection on the Raspberry Pi
-
How To: Hack Networks & Devices Right from Your Wrist with the Wi-Fi Deauther Watch
-
Hack Like a Pro: How to Crack Passwords, Part 1 (Principles & Technologies)
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How To: Set Up a Headless Raspberry Pi Hacking Platform Running Kali Linux
-
How To: Use Ettercap to Intercept Passwords with ARP Spoofing
-
How To: Install Kali Linux as a Portable Live USB for Pen-Testing & Hacking on Any Computer
-
How to Hack Wi-Fi: Getting Started with the Aircrack-Ng Suite of Wi-Fi Hacking Tools
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
How To: Easily Detect CVEs with Nmap Scripts
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Gain Complete Control of Any Android Phone with the AhMyth RAT
-
How To: Identify Web Application Firewalls with Wafw00f & Nmap
-
How To: Wardrive with the Kali Raspberry Pi to Map Wi-Fi Devices
4 Responses
If its a server that you own , You can least use the tail command to follow apache server logs or use a standard php script to log ip addresses to a file in your server , You can also use the nodejs webserver module ( If your web app is in node ) to log all information on the computers connected to your server.
If you are spying on a victim then MITM attack is a perfect one...
Thanks, But the problem with MitM is that I don't know the IP address of the PC's connected to the Server, MitM is my goal here, but I don't know the IPs
I'm sure that you can't do that , The only way is to take over the server and then create a small php script to log their ip's when connected , You can even start a exploit if you will... But MITM is conducted on a single victim and not on a pool of computers connect to a specific server (But you can see who is connected to the server and their browser type and basic infos) . ( MITM is not even possible even if you own the server ).
MITM goes like this... You connect to the victims network ( i.e his/her WIFI ) then start the MITM between the victim and the router ( The Internet ) and finally you can log the victims activity. You can also achive this by changing the DNS of the victims router to your malicious DNS , Then you literally do anything to him... Only have to have access to the victims network. ( You can also do a Evil Twin attack in combination with DNS Spoofing to achive the same result ).
Share Your Thoughts