Skip to content

Instantly share code, notes, and snippets.

View CybernetiX-S3C's full-sized avatar
:shipit:
I may be slow to respond.

John Modica CybernetiX-S3C

:shipit:
I may be slow to respond.
View GitHub Profile
@CybernetiX-S3C
CybernetiX-S3C / MultiArch.txt
Last active August 2, 2019 23:55 — forked from chattama/gist:3508370
ArchLinux makepkg & pacman on Ubuntu/Debian
## 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
@CybernetiX-S3C
CybernetiX-S3C / windows_7_lic_info.txt
Created March 18, 2019 07:37
Microsoft Windows 7 Ultimate, Pro, Enterprise Activation Keys [MAK,RETAIL]
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
@CybernetiX-S3C
CybernetiX-S3C / TorPrivoxyPython.md
Created February 5, 2021 15:56 — forked from DusanMadar/TorPrivoxyPython.md
A step-by-step guide how to use Python with Tor and Privoxy

A step-by-step guide how to use Python with Tor and Privoxy

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.

References

This guide is basically a compilation of all the resources listed below.