Tested on Ubuntu 18.04 Docker container. The Dockerfile is a single line FROM ubuntu:18.04
. Alternatively, you can simply run docker run -it ubuntu:18.04 bash
.
NOTE: stopping services didn't work for me for some reason. That's why there is kill $(pidof <service name>)
after each failed service <service name> stop
to kill it.
This guide is basically a compilation of all the resources listed below.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows 7 Ultimate Retail Offline Activation Key | |
BR6G7-729GM-DQDQW-F9M4P-MM2JX | |
J6XG4-8JFTF-43CHH-8Q2VW-KHQH6 | |
YQMCM-3W6TK-YXP66-GKCJV-PX7PH | |
[Tested working on 18 June 2013] | |
================================================================================= | |
Windows 7 Pro / Enterprise Online Activation MAK Key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installing pacman and makepkg on Ubuntu/Debian based OS. (Kali) | |
# I am building a multiarch pentesting OS. | |
sudo apt install libarchive-dev bsdtar | |
git clone git://projects.archlinux.org/pacman.git | |
cd pacman | |
./autogen.sh | |
./configure |