Skip to content

Instantly share code, notes, and snippets.

View knavesec's full-sized avatar

Ellis Springe knavesec

View GitHub Profile
@knavesec
knavesec / poc.html
Last active February 6, 2024 20:50
External Email Warning Bypass
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body {
display: none !important;
background:#FFFFFF !important;
}
@knavesec
knavesec / sorttable.js
Created March 30, 2021 23:31
Table Sorting file for the DPAT module of Max
/*
Edit: This is a static version specifically for MAX, kept here for ease of access
SortTable
version 2
7th April 2007
Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/
@knavesec
knavesec / autoProc.py
Created August 23, 2019 16:29
Automatic lsass dumper
#!/usr/bin/env python
# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved.
#
# This software is provided under under a slightly modified version
# of the Apache Software License. See the accompanying LICENSE file
# for more information.
#
# A similar approach to smbexec but executing commands through WMI.
# Main advantage here is it runs under the user (has to be Admin)
# account, not SYSTEM, plus, it doesn't generate noisy messages