Friday 26 March 2021

Add Extra Keys In Termux

Leave a Comment


 Extra keys are very important for everyone ( specially for programmers ).

So lets add Extra keys in Termux :)

Steps :

  • First download a file termux.properties
  • wget https://github.com/Hax4us/TermuxBlack/raw/master/style/termux.properties
    

  • Now move it into directory ~/.termux
  • mv termux.properties ~/.termux

  • Exit from termux and open again.

  • So congratulations you have Extra Keys Now. 
    You can join me on Telegram also https://t.me/hax4us_group
Read More

Wednesday 17 March 2021

HaxPot A Social Engineering Tool

3 comments


 HaxPot is a kind of social engineering tool ( for NodemcU ) which can create a fake AP or hotspot from which your greedy victims can connect in order to surf free internet :)


When a victim connects to our fake AP then he will be redirected to fake login page ( login page can be configured via Admin Panel Of HaxPot ) 


So when a victim put his credentials into our fake login Page then credentials will be saved in nodemcu local storage.


You want to see it in action ? Or you want to see installation and configuration guide of haxPot then Ok so click here 


Useful Links

Note :- haxpot is a flashable bin file for Nodemcu

Read More

Monday 8 March 2021

Install FTP server in Termux

2 comments

 I found some folks are struggling while installing FTP SERVER in Termux so  i decided to write a post for it :)

So lets install FTP server in Termux :)

Requirements : 

  • Termux

Steps :

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

  • Now let's install FTP server
  • apt install pure-ftpd

  • Now let's run FTP server 
  • pure-ftpd --bind 8080

    So congratulations you have FTP server running at 127.0.0.1 and port 8080. You can Join me on Telegram also https://t.me/hax4us_group
Read More