Category Archives: Uncategorized

When your wifi dongle doesnt dangle and you are trying to get promiscuous

If your Broadcom or Realtek adapter isnt included in the madwifi driver package and you need to manually install it, use the model number to find the linux drivers for your device and substitute for whatever adapter you are using.

Article at https://virtuallyonit.com/2018/09/10/install-a-wireless-adapter-on-kali-linux/ was broken so I found the PDF and here it is.

EX.
sudo apt-get install realtek-rtl88xxau-dkms
sudo apt-get update
sudo apt-get upgrade

If the “upgrade” fails, try with the below key:
sudo apt-key adv –keyserver hkp://keys.gnupg.net –recv-keys 7D8D0BF6

Add in USB adapter – In “Virtual Box” this is top menu bar “devices” > “USB” > and
select your adapter

Advertisement

ANDRAX Penetration Testing on Android ANDRAX is a Advanced Penetration Testing platform for Android smartphones with native development without any type of emulation Don’t be evil but be a CRACKER! ANDRAX is a native Penetration Testing platform designed to professionals, ANDRAX works like a common Linux distribution but more power than a normal distro. ANDRAX […]

via *** ANDRAX Penetration Testing on Android *** — White Hats Hackings

Retropie 4.5.1 on Kali Rolling Virtual Box

Install retropie

You are going to run into error=”Unsupported OS” and the first fix is to follow this article to edit the system.sh in the scriptmodules dir.

https://retropie.org.uk/forum/topic/16526/unsupported-os-debian-based-kali-linux/14

Then you will run into another error Unable to Install Packages pyudev

And another error about python setup tools

apt-get install python-setuptools
git clone https://github.com/lunaryorn/pyudev.git
cd pyudev
python setup.py install
run sudo /root/Retropie-Setup/retropie_setup.sh

check out config and bluetooth to make sure it downloads the packages and install from menu

install the archlinux packages

if you get an error that kodi binary could not be installed run

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi