-4

I have a network camera, where the default password does not work. It is probably something simple though, so I though I should try a stock password breaker. What should I use to try to crack my network camera's basic auth login/password on port 80 on my local network? Nessus?

Gurgeh
  • 463
  • 4
  • 3
  • [ncrack](http://nmap.org/ncrack/) – Michael Hampton Feb 17 '13 at 11:50
  • 2
    What model of network camera? What is the setup? If the password is in the camera itself, have you looked at the manufacturer's site for a "emergency" password, or a way of "full factory reset"? – vonbrand Feb 17 '13 at 11:51

2 Answers2

1

Do a full factory reset on your camera as suggested by @vonbrand. Consult your camera manual to find out how to achieve a full factory reset. The manual should also document the default password after factory reset.

Chetan Bhargava
  • 245
  • 5
  • 15
0

If you have root/sudo access, it'd be much, much easier to reset the password directly:

sudo passwd foo where 'foo' is the account owner of the camera.

If you don't have root access, ask for permission from whomever has it.

igelkott
  • 233
  • 3
  • 8