Showing posts with label golang. Show all posts
Showing posts with label golang. Show all posts

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



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