- Is a port forward necessary while remote PC hacking in WAN?
I once using beef tried with my Android phone, my phone was connected with ISP(hence IP portwarding not possible) and PC connected by Wifi from my phone. But the hooking went real good with beef. So is it really necessary to port forward?(Assuming the connection i created is WAN(internet))
- How can i get the ip address of the remote PC?
I will host a website and make the user visit that. Is the IP address enough which i get from the log?
Thanks
5 Responses
Port forwarding depends on the attack, not all attacks are created equal. Let me give you this example. Let's say you are trying to trick someone to give you their SSH password, in this situation you would need to have an SSH server running with runs on port 22. Routers would need this port forwarded. Overall port forwarding isn't needed if on the same LAN.
On the other question there are several different methods, one common one among script kiddies but is still very useful and effective is Skype IP lookup. It is interesting and kinda scary. Other more complicated ways are looking at access logs of your server. An example would be Apache, you would trick the person into connecting too your web server and BAM you have their IP in your access log.
Hope my answers gave you some insight. If you have any more don't be afraid to ask!
Thanks for your time.
Answer 2 is clear and understood.
Does the port forward work for attacks specified in: http://www.systutorials.com/816/port-forwarding-using-iptables/
Share Your Thoughts