Posts

Showing posts with the label kali linux

Download deb file for xfce-docklike-plugin

Image
 Here you can find deb file for xfce-docklike-plugin xfce4-docklike-plugin https://github.com/jakbin/xfce4-docklike-plugin xfce4-docklike-plugin Preview Download deb file for xfce-docklike-plugin Download deb file for xfce4-docklike-plugin Download deb file for xfce-docklike Download deb file for xfce4-docklike

How to Crack password with pyrit

Pyrit is a powerful open-source tool for password cracking that uses your computer's CPU and GPU to perform complex computations. To crack a password using pyrit with a wordlist, you can follow these steps: 1. Install Pyrit: If you haven't already installed Pyrit, you can do so by running the following command in your terminal:            sudo apt-get install pyrit     2. Prepare your wordlist: Compile a list of possible passwords that you want to use for the attack. Save it as a text file. 3. Capture a handshake: In order to crack a password, you need to capture the wireless traffic between a client and the access point. You can use tools like Airodump-ng or Wireshark to capture this traffic. 4. Convert your capture file to Pyrit format: Once you've captured the necessary traffic, you need to convert the capture file to the Pyrit format. You can do this by running the following command:            pyrit -r <path/t...