Find Social Media Accounts With Sherlock

All needed is python3 on any Linux distribution and Sherlock from github Installation # clone the repo$ git clone https://github.com/sherlock-project/sherlock.git # change the working directory to sherlock$ cd sherlock # install the requirements$ python3 -m pip install -r requirements.txt Missing pip module # install pip module$ sudo apt-get install python3-pip # Repeat the step toContinue reading “Find Social Media Accounts With Sherlock”

Setup a Free Load Balancer

STEP 1 – Install the Kemp Load Balancer (esxi)  Downloads: Free Load Balancer (Kemp): https://bit.ly/2SBlnNF Setup a Kemp account and download the VM files for your hypervisor VMware: Installation_Guide-VMware.pdf– For esxi, follow the best practices in this PDF.– Make sure you manually assign your MAC address. Access the Load Balancer via the URL provided during installation.– RegisterContinue reading “Setup a Free Load Balancer”

Accessing Untangle NG Firewall Over Network Through Web Client

Log into Untangle and go to config then Administration Enable “Allow HTTP Administration” Also, you can create new admin accounts here if needed. Go back to Config > Network > Advanced tab > Access Rules Enable the Access Rule “Allow HTTPS on WANs” Save Type in your External Untangle IP and you should reach theContinue reading “Accessing Untangle NG Firewall Over Network Through Web Client”

Installing Untangle NG Firewall On VMware

Create a VM Make sure to have two NICs Internal and External (different Vlans) Choose the ISO of the system Power On the VM Graphical Install The installation will start and will take some time Follow through the setting up/singing up process Make sure the MAC addresses match with VNICs on ESXI Test your InternetContinue reading “Installing Untangle NG Firewall On VMware”

Twint – Twitter Recon tool

https://github.com/twintproject/twinthttps://github.com/twintproject/twint/wiki installation pip3 install twint Basics twint -u username – Scrape all the Tweets from user’s timeline.twint -u username -s pineapple – Scrape all Tweets from the user’s timeline containing pineapple.twint -s pineapple – Collect every Tweet containing pineapple from everyone’s Tweets.twint -u username –year 2014 – Collect Tweets that were tweeted before 2014.twint -uContinue reading “Twint – Twitter Recon tool”

Mining Monero XMR with Raspberry PI (Any LINUX will work)

STEP 1 – Bake the Pi (Raspberry Pi Setup) We are using a 64bit version of the Raspberry Pi OS Lite. You MUST use a 64bit version of the OS or it WILL NOT work!!  Download the Raspberry Pi OS Lite 64bit image and extracthttps://downloads.raspberrypi.org/raspios_lite_arm64/images/ Write the image to your SD card using the RaspberryContinue reading “Mining Monero XMR with Raspberry PI (Any LINUX will work)”