Hello, recently i have been trying to access my schools CCTV cameras or at least locate the IP address to use metasploit to hack the username and password. I have ran the command sudo nmap -sP 192.168.36.0/24 to scan my schools range of IP addresses. Do you have any tips for being able to locate and access the CCTV cams because i am sure you know more about this stuff than i do. (and yes i am aware of the risks of geting caught and doubt i will because i have attempted to make a admin account on the domain and no one noticed.) thank you in advance for any help.
Forum Thread: CCTV Camera Question
- Hot
- Active
-
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
1 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
1 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
4 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
5 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
6 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
6 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
7 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
9 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
9 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
9 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
9 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago -
How to: Sign the APK File with Embedded Payload (The Ultimate Guide) 10 Replies
11 mo ago
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: The Top 80+ Websites Available in the Tor Network
-
How To: Break into Router Gateways with Patator
-
How To: Catch an Internet Catfish with Grabify Tracking Links
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How To: Make Your Own Bad USB
-
Become an Elite Hacker Part 4: Hacking a Website. [Part 1]
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Use the Chrome Browser Secure Shell App to SSH into Remote Devices
-
How To: Use MinGW to Compile Windows Exploits on Kali Linux
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Use MDK3 for Advanced Wi-Fi Jamming
-
How To: Create Rainbow Tables for Hashing Algorithms Like MD5, SHA1 & NTLM
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Easily Detect CVEs with Nmap Scripts
-
How To: Use Metasploit's Database to Stay Organized & Store Information While Hacking
-
News: Printable Guy Fawkes Mask
24 Responses
There are only 254 possibilities. Shouldn't be hard to find.
Correct, are there any other nmap commands i could try to use to narrow it down such as port filtering or something else or maybe another program that would locate CCTV cams only?
If you are sure they are on the network and use port 80, try this;
nmap -sT 192.168.36.0/24 -p 80
That will show you every IP address with port 80 open.
You sure they are even IP cameras?
i am not 100% sure but think that they are.
Very often, older CCTV cameras simply store the info to a hard drive and are closed circuit, so no IP.
They are relatively new, any ideas what the manufacturer name may be when scanning with nmap?
First, nmap scans for ports, not names of manufacturers.
Second, there are innumerable manufacturers.
Try scanning the first two IP's in the range on port 8080.
The DVR is connected to the network..
i scaned the first couple of ips for port 8080 and the second one is open and has a login interface, any ideas for cracking the user and password?
bingo (bows)
Food for thought. DVR sends Clear text.. Script to dump cfg perhaps? Custom MSF module is your friend. DVRs are far from secure in anyway.
So many ways. You should spend some time with theory and concepts. Understand how these devices work and communicate. Plus how the human thinks when installing this kind of stuff on a network, People love easy!
Try the default username and password. Looks like you found the correct IP.
i tried default username and password, it didn't work. Any way to crack them using a linux tool?
Try THC Hydra.
Have you figured out the manufacturer yet? I have a custom wrote MSF module if its the right brand.
when i scan with nmap using -sP by the mac address it says aruba networks. the log in page says Alcatel Lucent. Is there a scan that would find the manufacturer with nmap besides the -O option?
You are misunderstanding nmap. Using the MAC it gives you the NIC manufacturer. The nmap -O gives you the operating system.
ok so outside of physically finding the dvr is there any way to find the manufacturer?
Pull the banner.
By the way, I dont think you have found the camera IP yet.
Scan every IP for ports 80 and 8080 and then pull the banner or just try to connect via your browser.
When I think you found was the admin port on the switch.
Just noticed what target is = dev/null
What would i use to pull the banner?
Always try the simplest solution first. Find the IP and then try to connect with your browser. It will usually tell you the manufacturer in the authentication screen.
Share Your Thoughts