Skip to main content

Posts

Top 3 Pentesting OS

Hello, guys in this blog I'm going to show you "Top 3 Pentesting OS". The ranking of these OS is based on performance, reliability, and most important tool specs. So let's see top 3- 1- Kali Linux:- Kali Linux is a mostly used pen-testing OS. This Distro is based on the Debian platform and it comes with the Gnome desktop environment. It's easy to use and the best hacking OS. Currently, it's using Linux kernel 4.19 and the current version of Kali Linux is 2019.2. It comes with some best-preinstalled tools like maltego, Burp Suite, Beef-XSS, Metasploit5, aircrack-ng, and ettercap, etc. So, in my opinion, this is the Best hacking and pentesting OS. if you want to download this os just  click here . 2- Parrot Security OS:- Parrot Security OS or ParrotSec is a penetration testing distro is based on Debian. This distro uses a Mate desktop environment. This Linux distribution for hackers is built in order to perform penetration testing, vulnerabil...

How to install BlackArch Linux in VirtualBox

In this blog, I'm going to show you how to install BlackArch Linux in VirtualBox/VMWare. Open your VirtualBox application and click on create a new virtual machine from the main menu. Assign a minimum 2GB ram minimum. Add hard-disk of at least 50GB. Now boot the newly created VM and start the installation process. First, select Boot Black arch Linux, and if you have Nvidia graphics then select Boot BlackArch Linux (nonfree). First thing first you need to login in your new BlackArch live session. The default username and password is root & blackarch. Now after this open terminal and type first command #blackarch-install- #blackarch-install After that, you need to follow the instructions. - Select the second option Install from black arch Live-ISO and hit enter.   - Now you need to select the output method quiet or verbose, here I'm selecting the second option verbose mode.  - Now select your locale settings, according to your locality, her...

BlackArch Linux 2019.06.01 Released : Lets see What's New inside

BlackArch is and Arch-based Penetration testing Linux distribution, this distro is specially made for Penetration Testers.  Here, the Statement of Developers- " Today we have released the new BlackArch Linux ISO and OVA images. Here is the changelog: added more than 150 new tools; added 'jedi-vim' plugin; updated vim plugins; included Linux kernel 5.1.4; ISO image file cleanups and tweaks; updated blackarch-installer to vercion 1.1.1; updated Xresources and Xdefaults, plus added support for rxvt-unicode; package quality assurance (runtime checks) was performed prior the ISO image build; updated all BlackArch tools and packages, including configuration files; updated all system packages; updated all window manager menus (Awesome, Fluxbox, Openbox). " In this new BlackArch distribution you can find multiple desktop environments like Gnome, i3, KDE, Openbox, etc. Repositories contain 2203 tools. You can install them individually or in groups as well. The m...

The first thing you need to do after RHEL 8 installation.

1 - First we need to setup a hostname for our new machine. # hostnamectl set-hostname venom.thread.com 2 - Now you need to set up your IP address as you need. 3 - After all this, you need to configure yum server for package installation. In order to configure yum, you have three options- - Standalone Yum - Network-Based Yum - Third Party Yum (rpm fusion, epel release) a- Standalone Yum -            Standalone yum is a type of yum server which will work for one particular machine. If you want to configure standalone yum then follow these instructions- - First, you need to insert your bootable RHEL 8 DVD in your new redhat machine. - Mount that DVD under /mnt- # mount /dev/cdrom /mnt - Now change your directory inside /etc/yum.repos.d   # touch Appstream.repo BaseOS.repo      -you can define your own name. Now we need to edit these two files now I'm starting with Appstream.repo-  # vi...

How to install RHEL 8 in VirtualBox?

first of all you need to download RHEL 8 ISO from RedHat official website. After that you need to install latest version of virtual box in your physical machine. Now start the pre-installation wizard in VirtualBox and follow these slides- Press create new button in virtual box home screen and type any name for your linux virtual machine- After this it comes to main installation part now set all settings like following images- Now wait to finish the installation process. Thank you. If you have any doubt comment down, or you can mail on this  JohnTheH4cker

How to make bootable pen drive easily in Ubuntu.

You can make bootable pen drive using many methods. But today i'm going to show you easy method using third party app etcher-electron software. To install etcher-electron in Ubuntu you have to repositories to your Linux system- to add etcher repos in your system open software & updates using Ubuntu search - Now select Other Software tab in Software & Updates and click add button after this you can find a prompt which is asking for APT line. Paste the following line is this tab- deb https://dl.bintray.com/resin-io/debian stable etcher Then press add source button and now we have to add repositories key. Open terminal and type following line and press enter- sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 After this step type this command- sudo apt update && sudo apt install etcher-electron Now open etcher from application menu- First select ISO file then select media and in the last press flash button and boom its working....