DhesiTheKing / LocalNet_Attacker

This is a project about attacking and gathering information of the windows machines which is connected in the same network by using java programs
2 stars 0 forks source link

A Little Advice #2

Open Fedi6431 opened 4 weeks ago

Fedi6431 commented 4 weeks ago

In you're script, when you select the IP option, the program will show only the private IP (Ex. 192.168.1.255)

I advise you to use this command nslookup myip.opendns.com resolver1.opendns.com or curl ifconfig.me with this command the program will show the public IP (Ex. 255.255.255.255)

Fedi6431 commented 4 weeks ago

This is not a issues, it's only an advice

DhesiTheKing commented 4 weeks ago

In you're script, when you select the IP option, the program will show only the private IP (Ex. 192.168.1.255)

I advise you to use this command nslookup myip.opendns.com resolver1.opendns.com or curl ifconfig.me with this command the program will show the public IP (Ex. 255.255.255.255)

Thank you for your advice. But I only used this in our college local machines . So I thought the local ip is not an issue . But I really appreciate your feadback.