Phishing application made in Python
There is a phishing in my soup, it is a scam tool with phishing
Legal disclaimer | Installation | Usage |
Usage of ThereIsAPhishingInMySoup for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.
NOTE: Python 3.6 or higher is required.
# clone the repo
$ git clone https://github.com/NeoTRAN001/ThereIsAPhishingInMySoup.git
# change the working directory to sherlock
$ cd ThereIsAPhishingInMySoup
# install python3 and python3-pip if they are not installed
# It is recommended to have tmux installed, or another compatible terminal
# install the requirements
$ python3 -m pip install -r requirements.txt
$ python3 my_soup.py
or
$ python3 my_soup.py --help
Options:
-t, --template TEXT Web template name. python my_soup.py -t Name
-p, --password TEXT View action history. python my_soup.py -p True
-i, --info TEXT View info tools. python my_soup.py -i True
--help Show this message and exit.
To see all web templates:
python3 my_soup.py
Use a single web template:
python3 my_soup.py --template NAME
MIT © ThereIsAPhishingInMySoup
Original Creator - Neo TRAN