Can I run a tool like Nmap from a remote machine to pentest on my local Network?

0

Can I set up a backtrack system at home to connect to and remotely use tools like nmap on whatever network I'm in locally?

November

Posted 2012-02-12T14:03:31.020

Reputation: 153

Answers

1

Yes.

  • Arrange for remote access to your home system. Obviously this depends on O/S.
    • For Linux at home I would use SSH.
      • set port forwarding on your home router.
      • set up SSH service on home PC.
      • set up SSH client at local network (e.g. Putty).
  • Ensure nothing in your home network and ISP blocks any outgoing connections.
  • Make sure you have written permission from local management.
  • Connect to home PC and run nmap on your home PC.

RedGrittyBrick

Posted 2012-02-12T14:03:31.020

Reputation: 70 632

To be clear, i'm looking to capture and ping on my laptop wifi card and pipe the data back to a server running remotely. Is this what you were describing? – November – 2012-02-23T22:40:23.687

@November: If by "piping" you mean using STDOUT piped across a network connection, that isn't in your original question. That can be achieved using SSH or with something like rsh/rcmd. None of this is necessary if you just want to view what nmap reports.

– RedGrittyBrick – 2012-02-24T11:51:42.817