Showing posts with label Backtrack. Show all posts
Showing posts with label Backtrack. Show all posts

Wednesday, 3 April 2013

Over 3000 Hacking tutorials for free

Hacking Tutorials

Many of us are very curious about learning hacking and all about computers, along with that we all know that we should need a good start to get the elite stage the hacking game. So from my side I'm giving you a small of more than 3000 hacking tutorials which are best of 2008, 2009, 2010.
Some of this tutorials may be old and they may not work with today's systems but you have to learn one thing that is "old is always gold" besides knowing "HOW TO" costs you nothing. So download them for free and Happy hacking.



Download Links:

Hack Gmail, Facebook using Tabnabbing with Backtrack 5



First open your backtrack terminal and type ifconfig to check your IP


Now Again Open Your Backtrack terminal and Type cd  /pentest/exploits/set
Now Open Social Engineering Toolkit (SET) ./set



Now choose option 2, “Website Attack Vectors”.


In this option we will select option 4 Tabnabbing Attack Method


In this option we will choose option 2 Site Cloner”.


Enter the URL of the site you want to clone. In this case http://www.gmail.com and hit enter. SET will clone up the web site. And press return to continue.


Now convert your URL into Google URL using goo.gl and send this link address to your victim via Email orChat.



When victim open in their browser http://goo.gl/ACzat it should be a message that the page is still loading. so victim start to open another tab. As soon as victim open new tab, our fake website start working. That script will redirect the victim to the phishing page your derived.



Backtrack 5 Commands for Beginners


How to Login in BackTrack

Once the installation of BackTrack is done, the default username and password required to log in are root / toor


How to Open GUI Environment BackTrack
After you are logged in you can start the GUI Environment by issuing the startx command.


How to check IP address

root@bt:~# ifconfig



How to Setup IP Address Manually
root@bt:~# ifconfig eth0 192.168.1.8
root@bt:~# route add default gw 192.168.1.1
root@bt:~# echo nameserver 192.168.1.1 > /etc/resolv.conf


How to Change the Root Password
root@bt:~# passwd Enter new UNIX password: {enter your new password here}
Retype new UNIX password: {enter your new password again}
passwd: password updated successfully
root@bt:~#


How to start services
root@bt:~# /etc/init.d/openvpn start
Starting Virtual private network daemon(s)…
root@bt:~# /etc/init.d/openvpn stop


How to check kernel version
Use the uname -a as show below



Common Apt Commands

apt-get install Downloads and all of its dependencies, and installs or upgrades them.
apt-get remove [--purge] Removes and any packages that depend on it. --purge specifies that packages should be purged.
apt-get update Updates packages listings from the repo, should be run at least once a week.
apt-get upgrade Upgrades all currently installed packages with those updates available from the repo. should be run once a week.
apt-get dist-upgrade [-u] Similar to apt-get upgrade, except that dist-upgrade will install or remove packages to satisfy dependencies.
apt-cache search Searches packages and descriptions for .
apt-cache show Shows the full description of .
apt-cache showpkg Shows a lot more detail about , and its relationships to other packages.

man apt Will give you more info on these commands as well as many that are in less common usage.

Common dpkg commands

dpkg -i Installs a package file; one that you downloaded manually, for example.
dpkg -c Lists the contents of a .deb file.
dpkg -I Extracts package information from a .deb file.
dpkg -r Removes an installed package named
dpkg -P Purges an installed package named . The difference between remove and purge is that while remove only deletes data and executables, purge also deletes all configuration files in addition.
dpkg -L Gives a listing of all the files installed by . See also dpkg -c for checking the contents of a .deb file.
dpkg -s Shows information on the installed package . See also apt-cache show for viewing package information in the Debian archive and dpkg -I for viewing package information extracted from a .deb file.
dpkg-reconfigure Reconfigures an installed package
man dpkg Will give you more info on these commands as well as many that are in less common usage.

How to Change MAC Address in Backtrack 5



Open your backtrack terminal and type ifconfig to check your MAC Address


In terminal, type ifconfig eth0 down this command is used for disabling the eth0 interface.

Now change the MAC address by using a simple command in backtrack macchanger –r eth0

Now type ifconfig eth0 up this command is used for enabling the eth0 interface


Now you can check your spoofed MAC Address type ifconfig

Friday, 15 February 2013

How to Run Vlc in backtrack under root





Fix to make vlc run under Bactrack - Making VLC run under the root:-
Steps:
1. Open the terminal.
2. Write this command. 

       hexedit /usr/bin/vlc

3. Hit enter.
4. Press tab and you will see that blinker has been shifted to the 2nd group. 
5. Now Find this

       geteuid._libc_start_man

 Find this by scrolling the mouse wheel or else pushing the down button.
6. Now replace with this by

 getppid.libc_start_man

(i-e you just have to change the word take the pointer there and then just write; and you will see that alphabets different from the already there will start getting replaced by newly typed)

7. After above process press ctrl+s 
Type y

 You are done now
In the same terminal type vlc and hit enter. Woa! It runs now. Tune the speakers and let it go.

Thursday, 14 February 2013

How to Run Vlc in backtrack under root



Fix to make vlc run under Bactrack - Making VLC run under the root:-
Steps:
1. Open the terminal.
2. Write this command. 

       hexedit /usr/bin/vlc

3. Hit enter.
4. Press tab and you will see that blinker has been shifted to the 2nd group. 
5. Now Find this

       geteuid._libc_start_man

 Find this by scrolling the mouse wheel or else pushing the down button.
6. Now replace with this by

 getppid.libc_start_man

(i-e you just have to change the word take the pointer there and then just write; and you will see that alphabets different from the already there will start getting replaced by newly typed)

7. After above process press ctrl+s 
Type y

 You are done now
In the same terminal type vlc and hit enter. Woa! It runs now. Tune the speakers and let it go.