Utopia - Future of Internet_ Anonymous P2P Send Text, Emails, Media Files using Utopia

Send Anonymous Text, Emails, Media Files using Utopia

This is a complete suite from our daily used things like sending encrypted anonymous text, encrypted Emails, file transfer, Chatting and internet browsing. This is totally anonymous we can read how it works.

Utopia doesn't have any centralized server. The data on it stored on a local drive and encrypted with a combination of AES256 and CURVE25519 encryption method. That's why makes sure that our physical address never reveals.


Read more

Install Python3 in Kali Linux Manually

Install Python3 in Kali Linux Manually
After writing about Ct-Exposer and CMSeeK some comments appearing in our comment box. Some people of us have problem to installing Python3 in their Kali Linux System. They need to upgrade Kali Linux 2020 versions because in newer versions of Kali Linux Python3 comes pre-installed, or if need manual installation then follow our guide.

We don't need to install Python3 in recent updated and full-upgraded Kali Linux. Because Kali Linux 2019.1 is comes with Python 3.6 pre-installed. But if we have older version of Kali Then.

 Installing Python3 is very easy. We need to go to the Download section of official Python website. 

https://www.python.org/downloads/
Download Section of https://www.python.org/



Now we click on Download Python 3.x.x (As of this writing, the latest is Python 3.7.4) and download the tar.xz compressed file. After finishing the download we open the Terminal window is our Kali Linux system.
We will run a command to check the updates

apt-get update

After updating (if available) we need to go to the Downloads section by using following command:

cd Downloads
Then we type following command:

tar -xvf Python-3.x.x.tar.xz
Here 3.x.x. is representing our downloaded recent version of Python
The screenshot is following:

python3.tar.xz decompressing

Now we got a decompressed folder of Pyhton3.x.x (whenever we wright Python3.x.x the x.x will represents the downloaded version of Python3 for us that is Python 3.7.4).
Now we go to the folder Python3.x.x by applying following command :

cd Python3.x.x
Then we need to configure the Python3 before install. So we configure it by using following command:

./configure
The screenshot is following:

./configure python3

Then we need to run make to compile the Python source before install.

make
It will take a little time. The screenshot is following:

python3 make

Then we can install Python3.x.x by using following command:

make install

python3 kali linux make install

This will take time. So sit back and share our this post to friends.

When this process will complete we will check the version of python3 by using following command:

python3 -V
The following screenshot shows that we have Python version 3.7.4.

pyhton 3.7.4 in Kali Linux

When we need to use Python 2 we just type python in Kali Linux terminal and when we need Python 3 we type python3 in our Kali Linux system.

Python 3.6 is pre-installed in newer Kali Linux system. But by default pip3 is not there to install pip3 run following command :

apt-get install python3-pip

Read more

Hydra - Best Password Attack Tool, Login Cracker in Kali Linux

Crack Web Based Login Page With Hydra in Kali Linux

Hydra is a parallelized login cracker which supports numerous protocols to attack. It is very fast and flexible, and new modules are easy to add. This tool makes it possible for researchers and security consultants to show how easy it would be to gain unauthorized access to a system remotely.

Read more

Phishing Attack PHP File Free Download Hosting Upload PHP File

What is phishing? How this cyber attack works and how to prevent it
Phishing is a method of trying to gather personal information using deceptive e-mails and websites. Here's what you need to know about this venerable, but increasingly sophisticated, form of cyber attack.

Personal Data Hack
Read more

7 Best Kali Linux Tools for Hacking and Penetration Testing

Top Kali Linux Tools for Hacking and Penetration Testing
Kali Linux 
Read more

How to Install Kali Linux Nethunter Termux No Root

Install Kali NetHunter on any unrooted Android Device Without Voiding the Warranty

Read more

sqlmap Hacking Tool

Introduction

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

The sqlmap project is currently searching for sponsor(s)
Read more

How to Download, install ngrok in Android Termux [Also work for non-rooted devices]

How to Download, install ngrok in Android Termux/Linux [Also work for non-rooted devices]

Read more

John the Ripper's command line syntax

John the Ripper's command line syntax



Read more