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

Firmware vendor site scan #5

Open
mishaturnbull opened this issue Dec 3, 2018 · 2 comments
Open

Firmware vendor site scan #5

mishaturnbull opened this issue Dec 3, 2018 · 2 comments
Labels
test-request Requesting a test/scan/other something to be done to the camera

Comments

@mishaturnbull
Copy link
Member

mishaturnbull commented Dec 3, 2018

Scan firmware vendor site, www.p2plivecam.com, to see if there are any interesting finds to be found.

The test I would like to be run is:

nmap -sS -T4 -vvv -p 1-65535 www.p2plivecam.com
nmap -F -T5 -A -vvv --script all www.p2plivecam.com

This will require root privileges and the installation of nmap.
Is there any chance that this will cause damage/in some way alter the code executing on the camera?
No.

Does this test prelude/follow up on others? If so, what? Depends.

@mishaturnbull mishaturnbull added the test-request Requesting a test/scan/other something to be done to the camera label Dec 3, 2018
@mishaturnbull
Copy link
Member Author

Result of first scan:

Port Proto State Service
80 TCP Open Microsoft HTTPAPI httpd 2.0 SSDP/UPnP
10220 TCP Open Unknown
45342 TCP Open SSL/Unknown

@mishaturnbull
Copy link
Member Author

Interesting results from test 2:

  • Didn't find any CSRF vulnerabilities
  • Vulnerable to IIS Short name brute guessing:
| http-iis-short-name-brute: 
|   VULNERABLE:
|   Microsoft IIS tilde character "~" short name disclosure and denial of service
|     State: VULNERABLE (Exploitable)
|       Vulnerable IIS servers disclose folder and file names with a Windows 8.3 naming scheme inside the root folder.
|       Shortnames can be used to guess or brute force sensitive filenames. Attackers can exploit this vulnerability to
|       cause a denial of service condition.
|           
  • HTTP TRACE enabled, potential risk
  • Likely vulnerable to SlowLoris
  • OS: Microsoft Windows 2012 or Microsoft Server 2012 R2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-request Requesting a test/scan/other something to be done to the camera
Projects
None yet
Development

No branches or pull requests

1 participant