Skip to main content

Posts

How to create an anonymous email account 2021

  Best free anonymous email accounts 2021 It can be difficult to get an anonymous email address these days when it seems everyone wants to sell our data for profit.. to save hours of searching, I have included the best free anonymous email accounts in 2021 and I will keep it updated. I'm not affiliated to any of them.    I should start by reminding you that you probably need a VPN. Its difficult to get a permanent email address while using tors proxies because a lot of providers block tor IP's . Its seems that most of the well knows email providers want your real IP address, real email, and real phone number, which all has to be verified.   When you use tor proxies to make your Gmail account (or other data snooping email account), your IP was different, and every-time you log back in your tor IP will be different and they will eventually just ban your account when they find out its from tor network.   Here's how you can get around all that for free.  Install Windscribe VPN
Recent posts

What Is Kali Linux?

Main uses of Kali Linux: Advanced Penetration Testing & Security Auditing. Kali includes hundreds of tools for diverse information security activities, including penetration testing, security research, computer forensics, and reverse engineering. Created by: Offensive Security's Mati Aharoni and Devon Kearns. Official website: www.kali.org Wikipedia: https://en.wikipedia.org/wiki/Kali_Linux  The group Offensive Security, which also offers cybersecurity training and certifications, developed Kali Linux in 2013. Offensive Security evolved Backtrack Linux, a security-focused Linux distribution, into Kali, which is based on the Debian Linux distribution. Kali Linux is free, and it is stated explicitly that it will remain so. List of known Kali problems, updates & more   What is Kali used for?  Advanced Penetration Testing and Security Auditing are the main uses of Kali Linux.  Kali includes hundreds of tools for diverse information security activities, including penetration

Install ProtonMail Bridge for Linux using a DEB file

  How to verify and install the DEB package on your Linux device.    1) Install Proton VPN repo setup DEB package Download the Bridge file    2) Enter these commands sudo apt-get install debsig-verify debian-keyring    3) Download the public key   (bridge_pubkey.gpg)   4) Enter these commands gpg --dearmor --output debsig.gpg bridge_pubkey.gpg sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07 sudo mv debsig.gpg /usr/share/debsig/keyrings/E2C75D68E6234B07   5) Download the  policy file (bridge.pol)   6) Import the public key into keyring with these commands   gpg --dearmor --output debsig.gpg bridge_pubkey.gpg sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07 sudo mv debsig.gpg /usr/share/debsig/keyrings/E2C75D68E6234B07  For Ubuntu 16.04 or derivatives- use the file (bridge_16.04.pol)   7)  Install the policy file by entering these commands sudo mkdir -p /etc/debsig/policies/E2C75D68E6234B07 sudo cp bridge.pol /etc/debsig/policies/E2C75D68E6234B07 

Blackeye - Kali Linux DOWNLOAD & FIX For No Link Showing 2021!

  How To Install & Run Blackeye.sh (+FIX for no link showing issue) This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. Usage of BlackEye for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes. Commands: cd Desktop/ git clone https://github.com/An0nUD4Y/blackeye.git cd blackeye/ ls chmod +x blackeye.sh sudo ./blackeye.sh     Fix: No Link Showing: 1) Load up the tool with sudo ./blackeye.sh command 2) Now open a new terminal and enter the following commands: cd blackeye cd sites ls                 <-- you will now see the sit

FIXED - No Connection After Changing MAC Address In Kali Linux!

No Connection After Changing MAC Address In Kali Linux - Fixed! (VirtualBox Fix)   Problem: You run commands to change your MAC, and then your connection drops. Fix:   1) Power off Kali & VMBox and then restart VMBox 2) Go to settings in VMbox and create another connection (bridged or NAT) 3) Now fire up Kali again 4) Run the following commands in terminal --------------------------------------------------------------- sudo macchanger -s eth0 - check your MAC address sudo ifconfig eth0 down - knock off your connection sudo macchanger -r eth0 - Set MAC to random 5) Click top right of home screen and switch to second saved connection  6) Open new terminal & run the following commands: ping bing.com                           - check connection sudo macchanger -s eth0      - check MAC address Now you should see that your connection is working and your MAC address is different.   Commands to change MAC address can be found here .   If your still seeing issues

How To Change To Random MAC Address - Kali Linux

  How To Change MAC Address To Random  (Hide Your Location)  sudo ifconfig - IP information and configuration settings If you haven't got macchanger already, don't worry! Its simple to install! Just type the following command to install: sudo apt-get install macchanger If you have mac-filtering enabled on your router, you'll want to select NO on the popup message after entering this command, otherwise you won't be able to connect to your own WiFi.   Help Menu macchanger --help    View your current mac address: sudo macchanger -s eth0 You will now see that your current mac and your permanent mac are the same. To stop this from being exposed, you'll need to change it to something more.. random!  Now It's Time To Spoof Our MAC Address! Enter The Highlighted Commands In Order: sudo macchanger -s eth0            views current mac sudo ifconfig eth0 down            bring down network sudo macchanger -r eth0            random mac applied    sudo ifconfig eth0 up     

Manipulate Files & Directories In Kali Linux - Common Commands

    Manipulate Files & Directories Navigate directories pwd: Display path of current directory you’re in ls: List all files and folders in the current directory ls -la: List detailed list of files and folders, including hidden ones   Change to a specific directory cd: Change to home directory cd /user/Desktop: Change to a specific directory called Desktop cd .. : Move back a directory Create a directory/folder mkdir <dir>: Create a new directory mkdir /home/Desktop/dir: Create a directory in a specific location   Create and edit files touch <file>: Create an empty file nano <file>: Edit an existing file or create it if it doesn’t exist. Alternatives to nano text editor: vim, emacs   Copy, move and rename files and directories cp <file1> <file2>: Create a copy of a file cp -r <dir1> <dir2>: Create a copy of a directory and everything in it cp <file> /home/Desktop/file2: Create a copy of a file in a different directory and

How To Install & Run SocialPhish On Kali Linux 2021 - Working

  How To Install & Run SocialPhish Commands are: git clone https://github.com/xHak9x/SocialPhish cd SocialPhish ls chmod +x socialphish.sh ./socialphish.sh  git clone https://github.com/xHak9x/SocialPhish: downloads git cd SocialPhish: Changes directory ls: Lists folders in current directory chmod +x socialphish.sh: Gives tool permissions ./socialphish.sh: Start / run tool command     If you face problems, go to ngrok.com and create a free account  Then go to authorization token and install with command given  If you need more help let me know I can post some common fixes. Sometimes some of the pages wont work, you just have to get used to it. This works great for targeting one person alone, but after they connect and you get your info, the tool will have to be reset and a new link created to run again. There is another way which works with blackeye tool, which stays live & captures login's for as long as the tool is open (or the server is up). There is a common proble

How To Change Password & Sudo Command Kali Linux

How To Change Password & Sudo Command Kali Linux   1) Sudo passwd ' your-username ' 2) Type new password 3) Confirm new password  4) Hit enter key   Sudo Command Because Kali creates a user with administrative privileges by default, users can use sudo right away and supply their password for authentication The previous command installs a package that will allow for a user to be added to a trusted group that will not need to supply a password when using sudo     How to change toot password:  Video source: TechGeeks