Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Power Lifting Lever Belt
SkullVamp
Updated:
Saturday at 10:32 PM
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Saturday at 3:55 PM
Colombo
Kaduwela - Two Storey House for Sale
dilrasan
Updated:
Thursday at 2:23 PM
Ad icon
Wechat qr verification
Pawan2005
Updated:
Thursday at 1:28 AM
🚀 GOOGLE AI PRO 18 MONTHS ACTIVATION 🚀
sayuru bandara
Updated:
Wednesday at 5:34 PM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Problems and Troubleshooting
Unlimited Hacking
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="extra" data-source="post: 3747352" data-attributes="member: 152653"><p><strong>Hi</strong></p><p></p><p></p><p></p><p></p><p>WIFI HACK</p><p></p><p></p><p>INSTALL BACKTRACK</p><p></p><p>PROCUDER</p><p></p><p><span style="color: #777777"><span style="font-family: 'verdana'">This tutorial is going to assume a few things....</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">1. You have at least 2 neurons in your brain and that there is not to much tar build up between them from smoking tweed.</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">2. Your already partitioned and ready to go. (If you need a tutorial on partitioning I cant help you)</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">3. You have heard of a shell and know how to get one going.</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">Alright so lets begin. I'm going to cover installing backtrack to harddrive to ways. #1 with a /boot partition and #2 where bt is all on one partition. (just a side note. The team is trying to shy away from HD installs and is encouraging USB install which in my humble opinion is the best way to go).Most of this info is from various sources on the wiki and I will attempt to put it into one tutorial for newer members.</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">So you have a fresh HD with 3 partitions..</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">sda1=/boot</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">sda2=swap</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">sda3= /</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">Boot your live cd and open a bash shell and begin.</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"><span style="color: Red">If your swap is not yet made then do this..(otherwise omit this step)</span></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"><span style="color: Red">bt~#mkswap /dev/sda2</span></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"><span style="color: Red">bt~#swapon /dev/sda2</span></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mkdir /mnt/backtrack</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mount /dev/sda3 /mnt/backtrack/</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mkdir /mnt/backtrack/boot/</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"><span style="color: Red">bt~#mount /dev/sda1 /mnt/backtrack/boot/ (note: If you only have one partiton to install backtrack to simply omit this step)</span></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#cp --preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,va r} /mnt/backtrack/ <span style="color: Red"><<< note: there is no space in var. Seems to be a glitch in the matrix</span></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mkdir /mnt/backtrack/{mnt,proc,sys,tmp}</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mount --bind /dev/ /mnt/backtrack/dev/</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#mount -t proc proc /mnt/backtrack/proc/</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#cp /boot/vmlinuz /mnt/backtrack/boot/ </span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">Now for lilo.</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#chroot /mnt/backtrack/ /bin/bash</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#nano /etc/lilo.conf </span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">Now I like to delete all the bulls**t in the lilo config file so here is what mine would look like. (remember to set your own VGA accordingly )</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">lba32</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">boot /dev/sda</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">prompt</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">timeout=60</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">change-rules</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">reset</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">vga=791</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">image = /boot/vmlinuz</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">root = /dev/sda3</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">label = backtrack3_final </span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">Excellent. Save that and then execute lilo (I like to use the verbose flag)</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#lilo -v</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">after that exit your chroot enviorment</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt/~exit</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">and reboot and cross your fingers</span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'"></span></span></p><p><span style="color: #777777"><span style="font-family: 'verdana'">bt~#reboot</span></span></p></blockquote><p></p>
[QUOTE="extra, post: 3747352, member: 152653"] [b]Hi[/b] WIFI HACK INSTALL BACKTRACK PROCUDER [COLOR=#777777][FONT=verdana]This tutorial is going to assume a few things.... 1. You have at least 2 neurons in your brain and that there is not to much tar build up between them from smoking tweed. 2. Your already partitioned and ready to go. (If you need a tutorial on partitioning I cant help you) 3. You have heard of a shell and know how to get one going. Alright so lets begin. I'm going to cover installing backtrack to harddrive to ways. #1 with a /boot partition and #2 where bt is all on one partition. (just a side note. The team is trying to shy away from HD installs and is encouraging USB install which in my humble opinion is the best way to go).Most of this info is from various sources on the wiki and I will attempt to put it into one tutorial for newer members. So you have a fresh HD with 3 partitions.. sda1=/boot sda2=swap sda3= / Boot your live cd and open a bash shell and begin. [COLOR=Red]If your swap is not yet made then do this..(otherwise omit this step) bt~#mkswap /dev/sda2 bt~#swapon /dev/sda2[/COLOR] bt~#mkdir /mnt/backtrack bt~#mount /dev/sda3 /mnt/backtrack/ bt~#mkdir /mnt/backtrack/boot/ [COLOR=Red]bt~#mount /dev/sda1 /mnt/backtrack/boot/ (note: If you only have one partiton to install backtrack to simply omit this step)[/COLOR] bt~#cp --preserve -R /{bin,dev,home,pentest,root,usr,etc,lib,opt,sbin,va r} /mnt/backtrack/ [COLOR=Red]<<< note: there is no space in var. Seems to be a glitch in the matrix[/COLOR] bt~#mkdir /mnt/backtrack/{mnt,proc,sys,tmp} bt~#mount --bind /dev/ /mnt/backtrack/dev/ bt~#mount -t proc proc /mnt/backtrack/proc/ bt~#cp /boot/vmlinuz /mnt/backtrack/boot/ Now for lilo. bt~#chroot /mnt/backtrack/ /bin/bash bt~#nano /etc/lilo.conf Now I like to delete all the bulls**t in the lilo config file so here is what mine would look like. (remember to set your own VGA accordingly ) lba32 boot /dev/sda prompt timeout=60 change-rules reset vga=791 image = /boot/vmlinuz root = /dev/sda3 label = backtrack3_final Excellent. Save that and then execute lilo (I like to use the verbose flag) bt~#lilo -v after that exit your chroot enviorment bt/~exit and reboot and cross your fingers bt~#reboot[/FONT][/COLOR] [/QUOTE]
Insert quotes…
Verification
Asuwa dahayen wadi kalama keeyada?
Post reply
Top
Bottom