A2SV Tool

1 min read

Guide For Install A2SV Tool In Termux.

This Guide is for install tool in termux




Installation Commands

pkg up -y

pkg install git -y

pkg install python2 -y

git clone https://github.com /hahwul/a2sv

cd a2sv

pip2 install -r requirements.txt

chmod +x install.sh

bash install.sh

python2 a2sv.py -t domain.com

I am Kunal and I am 14 years old

You may like these posts

  • How to install CUPP tool in Termux.CUPP is also called as common user password profiler, with the help of this tool you can create victim specific wordlist for password cracking or…
  • Guide For Install CMSeeK Tool In Termux.CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs.Installation Commands #professor { border: …
  • Guide For Install XERXES Tool In TermuxXERXES is tool for perform ddos attack on any website. With the help of this tool you can analysis ddos vulnerability on your websites.Instal…
  • Guide For Install Blazy Tool In Termux.Blazy tool is a modern login page bruteforcer. With the help of this tool you can perform bruteforce vulnerability and also tests for CSRF, C…
  • This are some frequently used basic termux commands. 1. Command for show list of files in directory. ls ls = list of files or folders. This command will shows you list of avail…
  • function myFunction() { document.getElementById("step1").innerHTML = "You copied text! (step1)" } function myFunction2() { document.getElementById("step2").innerHTML = "You cop…

Post a Comment