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”
Author Archives: hamesdhacker
Installing Kali Linux on ESXI
What you need– ESXI Server Downloads:– Latest Kali Linux ISO link Step 1 Setting up the VM on the ESXi server – Upload the ISO onto the ESXI server – Create a VM Configure your settings and point the CD drive to the uploaded ISO Step 2 power on and install Kali Linux Choose graphicalContinue reading “Installing Kali Linux on ESXI”
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”
Creating your own Crypto
What do you need? Linux machine Debian based. I recommend the latest Ubuntu server. SOL (Solana) *at least $5 worth. You can buy SOL through Coinbase. STEP 1 – Create a Solana Wallet on CLI Run this command to install the Solana tool.> ssh -c “$(curl -sSfL https://release.solana.com/v1.8.6/install)” Exit your terminal and then reconnect. CreateContinue reading “Creating your own Crypto”
Setting up a new Cisco switch
go to enable mode> en# then configuration terminal# config t set an IP address# interface vlan 1# ip address (static.0.0.IP) (subnet.255.mask.000) set a password for virtual teletype# line vty 0 15# password (type the password) to go back# exit to enable, enable mode on virtual teletype# enable secret 0 (password for that) now enable passwordContinue reading “Setting up a new Cisco switch”
Set up a SSH server on a Cisco switch
# config t# ip domain-name (something.local)# username (username) privilege 15 secret (password)# crypto key generate rsa modulus 1024# line vty 0 15# login local# exit# enable secret (password)# line vty 0 15# login local# transport input ssh# exit# ip ssh ver 2(make sure to save)
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)”