Scan IP
by - Thursday, January 1, 1970 at 12:00 AM
What is the best way to find the open ports of a specific IP?

Thanks.
Reply
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
Reply
(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
Reply
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
Reply
(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
Reply
(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
Reply
Very Helpful
Reply
nmap = ur friend
Reply
naabu by project discovery is good

https://github.com/projectdiscovery/naabu
Faces In Disguise

Reply


 Users viewing this thread: Scan IP: No users currently viewing.