BPLAY – Crypto Gaming Platform (Binance Official Partner)

Have you seen BPLAY already? BPLAY is a crypto gaming platform that offers games that can be played with multiple cryptocurrencies. They offer low to high stakes gaming, low house edge, and a trustworthy RNG system. BPLAY is an official partner with Binance. Signup / Log in with your Binance …

Black Friday Deals

I came across this black friday deal from elegantthemes. Elegantthemes builds top of the notch WordPress themes and their star theme is Divi. With this black friday deal you will get a great discount on their themes. Check it out this friday

Openvas error postgresql version is not 13 required by libgvmd

If you regularly update your Kali machine and use Openvas you could run into this error: the default postgresql version is not 13 required by libgvmd It’s because there are two versions of postgresql running at the same time. Since postgresql is using a TCP port it cannot be the …

Install and Use Bloodhound in Kali Linux

What is Bloodhound? Bloodhound can be used by both red teamers and blue teamers, to quickly identify interesting relationships between ActiveDirectory objects. It shows the results in a visual way and it’s possible to query the results. You can read the docs here. Install bloodhound in kali To install bloodhound …

Kali Linux install Golang

How to: install golang in Kali Linux This is actually very simple nowadays, since golang is in the Kali repositories now. So just with just a few commands you can install golang in kali. # First, install the package sudo apt install -y golang # Then add the following to …

kali linux 2020.3 install openvas

How to: Install openvas in kali linux To install openvas you used to type apt-get install openvas and right after that typed openvas-setup. But now that is not working anymore. The first part still works though but the openvas-setup command will give an error: openvas-setup: command not found. So whats …

kali 2020.1 disable non-root account

Setup root account on Kali Linux As of kali linux 2020.1 the root account is not the default user anymore. During the setup a standard non-root account is created used for logging in and standard use of applications. When you need root access for certain applications you can use sudo …