Posts: 75 Threads: 0 Joined: N/A November 3, 2022 at 10:35 PM What is the best way to find the open ports of a specific IP?
Thanks. Posts: 20 Threads: 0 Joined: N/A November 4, 2022 at 2:12 AM nmap, or if you suck with a terminal, then zenmap. https://nmap.org/i believe the command nmap -sV will show you the ports + services running on a systemIf you're on linux just run sudo apt install nmap, otherwise download the .exe from the siteIf you're on Windows there is also Angry IP Scanner, but that sucks balls imo Posts: 75 Threads: 0 Joined: N/A November 4, 2022 at 10:27 AM (November 4, 2022, 02:12 AM)CuriousKiwi Wrote: nmap, or if you suck with a terminal, then zenmap. https://nmap.org/
i believe the command nmap -sV <ip> will show you the ports + services running on a system
If you're on linux just run sudo apt install nmap, otherwise download the .exe from the site
If you're on Windows there is also Angry IP Scanner, but that sucks balls imo In the meantime, thanks for replying. The ip I'm trying to access is Russian. I already have all the info I need to enter in is data, in short, the usual one banks, games, documents, crypto credit cards etc etc UserName: Дмитрий Country: RU Zip Code: 142108 Location: Podol'sk, Moskovskaya oblast' HWID: 7DD7112B28AD0E476C15DF106239ECA9 Whit: nmap -Pn 1-500 213.87.134.61 88/tcp open cerberos-sec 445/tcp open microsoft-ds I got a brief culture, I realized that these ports are always open and cannot be accessed without exploits. Ps: above my competence Posts: 10 Threads: 0 Joined: N/A November 4, 2022 at 10:39 AM nmap is the goto tools and its awesome but unfortunately its slow af try rustscan its a lot faster in port scanning you can find it in github Posts: 20 Threads: 0 Joined: N/A November 4, 2022 at 10:22 PM (November 4, 2022, 10:27 AM)Ater Wrote: (November 4, 2022, 02:12 AM)CuriousKiwi Wrote: nmap, or if you suck with a terminal, then zenmap. https://nmap.org/
i believe the command nmap -sV <ip> will show you the ports + services running on a system
If you're on linux just run sudo apt install nmap, otherwise download the .exe from the site
If you're on Windows there is also Angry IP Scanner, but that sucks balls imo
In the meantime, thanks for replying.
The ip I'm trying to access is Russian. I already have all the info I need to enter in is data, in short, the usual one banks, games, documents, crypto credit cards etc etc UserName: Дмитрий Country: RU Zip Code: 142108 Location: Podol'sk, Moskovskaya oblast' HWID: 7DD7112B28AD0E476C15DF106239ECA9
Whit: nmap -Pn 1-500 213.87.134.61
88/tcp open cerberos-sec 445/tcp open microsoft-ds
I got a brief culture, I realized that these ports are always open and cannot be accessed without exploits. Ps: above my competence Does the IP belong to a website or a person? If it belongs to a website, I would look for subdomains to scan instead Posts: 75 Threads: 0 Joined: N/A November 5, 2022 at 7:53 AM (November 4, 2022, 10:22 PM)CuriousKiwi Wrote: (November 4, 2022, 10:27 AM)Ater Wrote: (November 4, 2022, 02:12 AM)CuriousKiwi Wrote: nmap, or if you suck with a terminal, then zenmap. https://nmap.org/
i believe the command nmap -sV <ip> will show you the ports + services running on a system
If you're on linux just run sudo apt install nmap, otherwise download the .exe from the site
If you're on Windows there is also Angry IP Scanner, but that sucks balls imo
In the meantime, thanks for replying.
The ip I'm trying to access is Russian. I already have all the info I need to enter in is data, in short, the usual one banks, games, documents, crypto credit cards etc etc UserName: Дмитрий Country: RU Zip Code: 142108 Location: Podol'sk, Moskovskaya oblast' HWID: 7DD7112B28AD0E476C15DF106239ECA9
Whit: nmap -Pn 1-500 213.87.134.61
88/tcp open cerberos-sec 445/tcp open microsoft-ds
I got a brief culture, I realized that these ports are always open and cannot be accessed without exploits. Ps: above my competence
Does the IP belong to a website or a person? If it belongs to a website, I would look for subdomains to scan instead I sent u PM. nmap -sU -v felix
whit other ip i find one open port 5353/udp open zeroconf Posts: 35 Threads: 0 Joined: N/A November 5, 2022 at 8:37 AM Very Helpful Posts: 35 Threads: 0 Joined: N/A November 5, 2022 at 12:39 PM nmap = ur friend November 7, 2022 at 11:23 PM naabu by project discovery is good
https://github.com/projectdiscovery/naabu |