Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LoginScanner module for BAVision IP cameras #7747

Merged
merged 3 commits into from
Jan 6, 2017

Conversation

wchen-r7
Copy link
Contributor

@wchen-r7 wchen-r7 commented Dec 23, 2016

Description

This is a loginscanner module that allows you to log into a BAVision IP camera via the web server. Once logged in, you can use the found credential to view/control the IP camera.

Verification

  • Make sure you have access to this camera: http://goo.gl/pHAqS1
  • Start msfconsole
  • Do: use auxiliary/scanner/http/bavision_cam_login
  • Do : set TRYDEFAULT true
  • Do: run
  • It should say login successful

@dmohanty-r7 dmohanty-r7 self-assigned this Jan 6, 2017
@dmohanty-r7
Copy link
Contributor

msf > use auxiliary/scanner/http/bavision_cam_login
msf auxiliary(bavision_cam_login) > set RHOSTS 1.1.1.1
RHOSTS => 1.1.1.1
msf auxiliary(bavision_cam_login) > set TRYDEFAULT true
TRYDEFAULT => true
msf auxiliary(bavision_cam_login) > run
[*] Default credential admin:123456 added to the credential queue for testing.
[+] BAVISION_CAM - Success: 'admin:123456'
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed

@dmohanty-r7 dmohanty-r7 merged commit 81b310f into rapid7:master Jan 6, 2017
@dmohanty-r7
Copy link
Contributor

dmohanty-r7 commented Jan 6, 2017

Nice work as always @wchen-r7 👻

@dmohanty-r7
Copy link
Contributor

dmohanty-r7 commented Jan 7, 2017

Release Notes

The Login Scanner module scans for BAVision IP Cameras. The TRYDEFAULT option allows you to use the default credentials that the device is typically configured with out of the box.

@tdoan-r7 tdoan-r7 added the rn-enhancement release notes enhancement label Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants