Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0

Dec 12, 2015 12:04 PM
Dec 12, 2015 02:40 PM
Terminal window on a Linux desktop with a scenic mountain background.

First of all, before we start, the modules and some of the tutorials belongs to Und3rf10w, not mine!

Original stuff from him is here: https://github.com/Und3rf10w/kali-anonsurf

Hello everyone!

Today I'm going to show you how to install ParrotSec Sealth and Anonsurf modules for the people who wants features of the ParrotOS or anonymity on Kali 2.0.

Lets get started!

Start Up Kali and Open Terminal

Terminal window open on a Linux desktop environment with a scenic forest background.

Type the Command in Order

(Sorry for the bad text formatting, I'm too lazy to rewrite all of it because my browser crashed :/)

Type in orders:

echo "deb http://deb.i2p2.no/ jessie main"

wget https://geti2p.net/_static/i2p-debian-repo.key.asc -O /tmp/i2p-debian-repo.key.asc

apt-key add /tmp/i2p-debian-repo.key.asc

rm /tmp/i2p-debian-repo.key.asc

apt-get update

apt-get install i2p-keyring

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
Command line interface displaying the command "apt-get update".
Terminal command for installing a package.
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0
Command line interface displaying the command "apt-get update".
Terminal command for installing a package.

If everything is good, proceed to the next step!

Downloading and Installing the .Deb / Install ParrotSec Stealth and Anonsurf Modules

Go to https://github.com/Und3rf10w/kali-anonsurf and download the branch, extract the ZIP file, and you will get this file, put the file on your desktop.

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0

This is the tricky part, first, type in:

cd ~/Desktop

You will get something like this:

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0

Now, remember the kali-anonsurf-master file? Now you must give it permission to build the .deb file, or it will throw an error, type in:

chmod 0775 kali-anonsurf-master

Then:

cd kali-anonsurf-master

Code snippets showing command line operations.

Ok, last command, time to build the package, type:

dpkg-deb -b kali-anonsurf-1.0/

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0

If nothing goes wrong, you should get this:

How to Install ParrotSec Sealth and Anonsurf Modules on Kali 2.0

Now you got the .deb file ready, time to install it! type this in:

apt-get -f install && dpkg -i kali-anonsurf-1.0.deb

everything should go smoothly like this:

Command line interface displaying installation process and progress of a software package.

Congrats! You have successfully installed ParrotSec Sealth and Anonsurf modules! Here's da features!

Anonsurf:

Terminal screen displaying commands for managing an AnonSurf module on a Linux system.

Pandora:

Pandora automatically overwrites the RAM when the system is shutting down, you can also do it manually (not recommended).

manual command:

pandora bomb

Command line interface displaying a terminal command.

Iceweasel browser in memory:

Run iceweasel in memory (start anonsurf first)

anonsurf start

anonsurf iceweaseltor

Terminal command for accessing the Anonsurf tool in Kali Linux.

That's about it, I hope I helped you guys! also, thanks you for reading!

The next big software update for iPhone is coming sometime in April and will include a Food section in Apple News+, an easy-to-miss new Ambient Music app, Priority Notifications thanks to Apple Intelligence, and updates to apps like Mail, Photos, Podcasts, and Safari. See what else is coming to your iPhone with the iOS 18.4 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!