Big Brother small
Human Everybody is curious and likes to eavesdrop on other people's lives, I created this little tutorial to help curisos deem webcans.
We will use simple techniques of Dorking and strings of validation within the inurlbr scanner.
DORK 1
inurl:"ViewerFrame?Mode=Refresh" & " Image Size" & intitle:"Network Camera"
More search strings
Open webcam...
Now let's search mass webcam with the help of inurlbr scanner.
CAMMAND INURLBR
SET DORK:
--dork 'inurl:"ViewerFrame?Mode=Refresh" & " Image Size" & intitle:"Network Camera"'
SET OUTPUT:
-s can.log
SET LEVEL TESTS STRINGS:
-t 2
2 - The second type tries to valid the error defined by: -a='VALUE_INSIDE_THE _TARGET'
SET STRING TO BE SOUGHT WITHIN EACH TARGET:
-a 'Network Camera'
or
-a '<title>Network Camera'
Another example of validation
-a 'Resolution='
Recommend using validation -a 'Resolution=' All webcam should set a resolution and not necessarily a title.
This parameter will enter into the URL and validate if there is the desired string.
Command full:
php inurlbr.php --dork 'inurl:"ViewerFrame?Mode=Refresh" & " Image Size" & intitle:"Network Camera"' -s can.log -t 2 -a 'Resolution='
OUT PUT TERMINAL VIDEO:
More dorsk webcan.