This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.3 | |
# -*- coding: utf8 -*- | |
# Imports | |
import argparse | |
import json | |
import os | |
import sys | |
runpath=os.path.dirname(os.path.realpath(__file__)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# CVEs: CVE-2016-6210 (Credits for this go to Andri Wahyudi) | |
# | |
# Author: 0_o -- null_null | |
# server.0day [at] gmail.com | |
# Oh, and it is n-u-one-one.n-u-one-one, no l's... | |
# Wonder how the guys at packet storm could get this wrong :( | |
# | |
# Date: 2020-08-01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Exploit Title : Wordpress 5.3 - User Disclosure | |
# Author: Pwn0sec | |
# Date: 2020-08-12 | |
# Software Link: https://wordpress.org/download/ | |
# version : wp < 5.3 | |
# tested on : Ubunutu 18.04 / python 2.7 | |
# CVE: N/A | |
#!/usr/bin/python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3.3 | |
# -*- coding: utf8 -*- | |
# | |
# Read input from NMap and use the information from cve-search and | |
# Toolswatch DPE (Default Password Enumeration) list to provide a list of | |
# possible ways a system might be misconfigured or vulnerable. | |
# Imports | |
import os | |
import sys |
OlderNewer