Showing posts with label #princekrvert. Show all posts
Showing posts with label #princekrvert. Show all posts

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 

Thursday, May 11, 2023

WPA vs WPA2

 WPA :- wifi protected access was an interim replacement for the WEP ( wired equivalent privacy) , WEP had known vulnerabilities and should not be used. WPA provide interim solution overt the weakness of WEP without  their hardware.

Note :- WPA is susceptible to password cracking attack.

WPA2 :- WPA2 is a replacement for WPA, it is using CCMP ( cipher block chaining massage authentication protocol ) . it is always recommended to use WPA2 instead of WPA .

Temporal key integrity protocol is an older encryption used in WPA and CCMP is a new protocol used in WPA2.

One advantage of WPA is that user do not have to upgrade their hardware to use WPA , they can simply upgrade their software and start using WPA.

Note : Later implementation of WPA using AES ( advance encryption standards ) insted of TKIP.


#princekrvert #princekumar 

Friday, February 7, 2020

How to make a password list for brutforce in android ( termux hacking)
Open termux and type
1.apt update && apt upgrade
Press enter
2.pkg install git
Now
3.git clone https://github.com/Mebus/cupp.git
4. cd cupp
5.chmod +x *
6. python cupp.py -i
Video is coming soon

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...