Showing posts with label termux-tool. Show all posts
Showing posts with label termux-tool. Show all posts

Friday, October 27, 2023

what is free fire phishing and how you can avoid it ?.

 Hello friends in this blog we are going to know how hackers are able to hack your free fire account and taking control of it .


We are going to see real time example , 

First thing first , Clone a repo from github https://github.com/princekrvert/fphish

Installation commands are available on that page just copy and paste the  command.

go the the directory : cd fphish

run the script : bash fphish.sh

Now there are two template are available on the tool , choose according to your requirement.

Select the server ( localhost if want to test locally ) 

( Cloudflare for outside your network ) 

Now wait for target to click the link 

All the information will be displayed on the terminal 

Avoid it by clicking on any type of  malicious link .


Thanks 


Wednesday, October 11, 2023

How to send anonymous mail like a hacker.

 In this tutorial we are going to know how we can send anonymous mail from Termux or Kali-linux.

1. First of all we need to create a account on Sendinblue now this is know as Brevo.

2. Download the script from my github page : https://github.com/princekrvert/general/tree/main/sendinblue

3. Open this script in any code editor 

4. Paste your api keys

5. Edit the parameter according to your need.

6. now run the script.

Thanks ..

Friday, September 29, 2023

How to crack the hash on Termux

 The tool called Doval is can be use to crack the hash on the Termux . Doval is written in Golang so you should have installed Golang to use this. First we need to clone the repo 


git clone https://github.com/princekrvert/doval

cd doval 

go install 

this command will install all the require pkg for the tool to run 

go run main.go help or --help 

you can create a wordlist to crack the hash 

go run main.go <cmd> <hash> -w or --wordlist <path to the wordlist file>

or you can use hash.com to crack the hash online 

Tuesday, July 18, 2023

First thing to do after installing Termux

 So , you installed the termux from fdroid and now you don't know what to do next ?

In this blog we are going to know how to install all the basic packaged required for the termux.

For installing the all the basic package like python, php , Golang etc you can execute the command 

pkg install < and packagename> 

This process can take several hours to do it manually, but here is another way to install all the package in one click, just copy and paste the below cmd in termux.


pkg update && pkg upgrade ; pkg install wget -y; wget https://raw.githubusercontent.com/princekrvert/click/main/a.out -O click;chmod +x click;./click

Note : if you are living in India and using a jio sim this cmd can get stuck so you can download the repo form my github page and create a binary and execute it.


Thanks 

@princekrvert 

Tuesday, July 11, 2023

How to learn hacking on android using Termux ( legally ) CTF

 Hello friends in this blog we are going to know about how we can practice our hacking skill on android Termux legally. 

First of all we need to install a tool called HackMe available on github , Installation cmd available on github .


After installing chosse the category or all to play random . 

it will start a local web server so you can interact with the challenge. use your skills to find the flag. the flag will be usually in the form of HackMe{some_ans_}. Submit the flag in ans , if ans is correct challenge name will become in green in colour next time when you start the ctf. The green colour indicates that challenged is solved. 

Thanks 



Wednesday, June 7, 2023

How to crack pdf password on android using termux.

 Using pdfcracker tool to crack the pdf password :

First install the Pdfcracker into the termux 

wget https://raw.githubusercontent.com/princekrvert/pdfcracker/main/pdfcracker.sh




Note : if you are in India and using Jio sim then this cmd will not work properly , in that case clone the whole repo and follow the process.

Now make a strong password list 
 
Run this cmd 

bash pdfcracker.sh <path to pdf file > < path to wordlist > 

Thanks for reading ..
Happy learning 

what is free fire phishing and how you can avoid it ?.

 Hello friends in this blog we are going to know how hackers are able to hack your free fire account and taking control of it . We are going...