How to install Mr.Holmes is a information gathering tool windows || MACos || Termux What is OSINT Open source intelligence (OSINT) is the practice of collecting information from published or otherwise publicly available sources . . IT security departments are increasingly tasked with performing OSINT operations on their own organizations to shore up operational security. DISCLAIMER This Tool is Not 100% Precise so it can fail somtimes. Also this tool is made for educational and research purposes only..use it wisely SCREENSHOT INSTALLATION LINUX/MAC: git clone https://github.com/Lucksi/Mr.Holmes cd Mr.Holmes sudo chmod +x install.sh ./install.sh INSTALLATION TERMUX: pkg install proot git clone https://github.com/Lucks...
Step-by-Step Guide: Installing Cloudflared in Termux for Android (Alternative to ngrok) | 2024" J Link updated https://github.com/rajbhx/cloudflared-termux What is cloudflare Cloudflare, Inc. is an American content delivery network and DDoS mitigation company, founded in 2010. It acts as a reverse proxy between a website's visitor and the Cloudflare customer's hosting provider. Its headquarters are in San Francisco, California Usages cloudflared -url [localhost]:port_number] example : cloudflared -url localhost:8000 cloudflared tunnel localhost:[port_number] Installation Make sure your Termux app updated The commands you provided are the steps to install Cloudflared in Termux using the `rajbhx/cloudflared-termux` repository. Here's a breakdown of each command: 1. Update and upgrade packages: ``` pkg update && pkg upgrade && pkg install git ``` 2...