Skip to main content

Posts

Showing posts from July, 2021

Using Pulse Audio to Manage Sounds on Kali.

          PulseAudio is a sound server used for Linux and Mac OS. It also works on Windows operating system. It works like a proxy. The sounds in your applications pass through PulseAudio. That way, you can use various techniques to manipulate these sounds before you can hear them. PulseAudio can combine sounds from multiple sources (called mixing). It can change the sound format, increase or decrease sound channels. It can also send the sound of one computer to another computer. PulseAudio is basically a very powerful network-based sound server for Linux, Mac OS, and Win32 systems. In this article, I will show you how to use PulseAudio to Manage Sounds on Kali. In my case, I am using Kali 2021.2. Let’s get started. Installing PulseAudio on Ubuntu 18.04 LTS: Linux uses ALSA for sound management by default. You can easily replace it with a PulseAudio sound server. PulseAudio is available in the official package repository. So it’s easy to install. You can in...

Installing Pyrit on Kali linux

        Pyrit is one of the most powerful WPA/WPA2 cracking tools in a hacker's arsenal, with the ability to benchmark a computer's CPU speeds, analyze captures files for crackable handshakes, and even tap to GPU password-cracking power.                                        Pyrit allows you to create a massive database of the Pre-computed WPA/WPA2-PSK authentication phase in a space-time tradeoff. Sometimes it gets tough for someone (as for me while I was a beginner it was pretty hard for me to install to know about it). you have to clone the pyrit from https://github.com/JPaulMora/Pyrit.git . let's open the terminal and get started.         I will always recommend every user to use the terminal on root on installing or downloading. To get into root user just type " Sudo su " on your terminal. sudo su apt-get install libp...

How to Install Android Studio on Kali Linux - 2021.2

Android studio is the official integrated development environment for Google's Android operating system build through JetBrains' IntelliJ IDEA  Software and designed specified for Android development to accelerate the development and help to build the highest-quality apps for the every Android Devices.                    To use this software you need to know Java and have to installed on your desktop. In my case (Linux), system recommendation is:       GNOME or KDE or Unity desktop 2 GB RAM minimum, 4 GB RAM recommended 400 MB hard disk space plus at least 1 GB  Oracle Java Development Kit (JDK) 7     To install Android studio on Kali Linux or any Ubuntu version or distribution you need to install Snapd or Snap(Snap is a software packaging and deployment system developed by Canonical for Operating System that use the Linux kernal.)                ...