I hereby claim:
- I am wazehell on github.
- I am wazehell (https://keybase.io/wazehell) on keybase.
- I have a public key ASAk9fsbMBTWHcWZHQKn-r9xMjtErAdcXadEEPRzG0IGFQo
To claim this, I am signing this object:
| upstream gophish_admin{ | |
| server 0.0.0.0:8090; | |
| } | |
| upstream gophish_main{ | |
| server 0.0.0.0:8080; | |
| } | |
| server { | |
| listen 80; | |
| charset utf-8; |
| local nmap = require "nmap" | |
| local shortport = require "shortport" | |
| local sslcert = require "sslcert" | |
| local string = require "string" | |
| local vulns = require "vulns" | |
| local http = require "http" | |
| description = [[ | |
| CVE-2021-41773 |
| import re | |
| import requests | |
| from bs4 import BeautifulSoup | |
| import urllib3 | |
| import sys | |
| urllib3.disable_warnings() | |
| from multiprocessing.dummy import Pool | |
| import coloredlogs, logging as log |
| curl -p --insecure "http://ftp.br.debian.org/debian/pool/main/liba/libappindicator/libappindicator1_0.4.92-8_amd64.deb" --output libappindicator1_0.4.92-8_amd64.deb | |
| curl -p --insecure "http://ftp.br.debian.org/debian/pool/main/libi/libindicator/libindicator7_0.5.0-4_amd64.deb" --output libindicator7_0.5.0-4_amd64.deb | |
| wget https://filestore.fortinet.com/forticlient/downloads/forticlient_vpn_7.0.0.0018_amd64.deb | |
| sudo dpkg -i libindicator7_0.5.0-4_amd64.deb | |
| sudo apt-get install libdbusmenu-gtk4 | |
| sudo apt-get install libgconf-2-4 | |
| sudo dpkg -i libappindicator1_0.4.92-8_amd64.deb | |
| sudo dpkg -i forticlient_vpn_7.0.0.0018_amd64.deb |
| from burp import IBurpExtender | |
| from burp import ISessionHandlingAction | |
| from burp import ITab | |
| import sys | |
| import json | |
| sys.path.append('/usr/local/lib/python2.7/dist-packages') | |
| import urllib3 | |
| urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) |
| #include <Windows.h> | |
| #include <fltuser.h> | |
| #pragma comment(lib,"FltLib.lib") | |
| typedef NTSTATUS(NTAPI* _RtlAdjustPrivilege)(ULONG Privilege, BOOL Enable, BOOL CurrentThread, PULONG WasEnabled); | |
| int main() | |
| { | |
| HRESULT unload; | |
| ULONG WasEnabled; | |
| HMODULE hNtdll = NULL; | |
| LPCWSTR SYSMONDRIVER = L"SysmonDrv"; |
| # -*- coding: utf-8 -*- | |
| import win32com.client | |
| import os | |
| import argparse | |
| def closeallword(): | |
| try: | |
| objWord = win32com.client.Dispatch("Word.Application") | |
| objWord.Application.Quit() |
| import argparse | |
| import time | |
| import os | |
| import platform | |
| from requests import get as http_get | |
| from netaddr import IPNetwork | |
| def logprint(string): | |
| now = time.time() |
| #!/usr/bin/env python | |
| import itertools | |
| import sys | |
| def GenerateUsername(name): | |
| USERNAMES = [] | |
| try: | |
| import unidecode | |
| name = unidecode.unidecode(name) | |
| except Exception as e: |
I hereby claim:
To claim this, I am signing this object: