Lucene search
K

1326 matches found

Kitploit
Kitploit
added 2018/03/05 8:12 p.m.31 views

Aragog - Facebook Invalid Email Checker

Aragog is a python 2.7 script which looks for Facebook Accounts that have invalid emails on their account. This script was only created for Gmail & Hotmail to be checked, but in the future this could be further upgraded in new features. The attack scenario through this script is if the email of t...

7.2AI score
Exploits0References1
Kitploit
Kitploit
added 2018/03/04 1:12 p.m.19 views

Cl0neMast3r - Git All Your Favorite Tools In One Click

Cl0neMast3r is a Python script that was coded to make your life easier. Now you can easily choose your favorite tools from GitHub and install them on your system with one click. Even better you can ensure that you have latest version of your favorite tools. All this and more you can do with Clone...

6.8AI score
Exploits0References1
0day.today
0day.today
added 2018/02/28 12:0 a.m.893 views

Concrete5 < 8.3.0 - Username / Comments Enumeration Exploit

Exploit for php platform in category web applications !/usr/bin/env python3 Concrete5 8.3 vulnerable to Authorization Bypass Through User-Controlled Key IDOR CVE-2017-18195 Chapman R3naissance Schleiss from queue import Queue from threading import Thread from bs4 import BeautifulSoup from tabulat...

5CVSS5.8AI score0.07176EPSS
Exploits6
Carbon Black Blog
Carbon Black Blog
added 2018/02/27 6:28 p.m.181 views

Threat Analysis: ROKRAT Malware

ROKRAT also referred to as DOGcall is a family of malware that has been used by attackers originating from North Korea. The family continues to evolve and adopt techniques from other families also used by the same attack group. The ROKRAT core payload is typically deployed by a loader, which has...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2018/02/27 12:0 a.m.26 views

Concrete5 8.3.0 - Username Comments Enumeration

Concrete5 8.3.0 - Username Comments Enumeration !/usr/bin/env python3 Concrete5 8.3 vulnerable to Authorization Bypass Through User-Controlled Key IDOR CVE-2017-18195 Chapman R3naissance Schleiss from queue import Queue from threading import Thread from bs4 import BeautifulSoup from tabulate impo...

5CVSS5.3AI score0.07176EPSS
Exploits6
Packet Storm
Packet Storm
added 2018/02/27 12:0 a.m.52 views

Concrete5 Username / Comments Enumeration

!/usr/bin/env python3 Concrete5 8.3 vulnerable to Authorization Bypass Through User-Controlled Key IDOR CVE-2017-18195 Chapman R3naissance Schleiss from queue import Queue from threading import Thread from bs4 import BeautifulSoup from tabulate import tabulate import argparse import requests impo...

5.8AI score0.07176EPSS
Exploits6
exploitpack
exploitpack
added 2018/02/27 12:0 a.m.27 views

Concrete5 CMS 8.3.0 - Username Comments Enumeration

Concrete5 CMS 8.3.0 - Username Comments Enumeration !/usr/bin/env python3 Concrete5 8.3 vulnerable to Authorization Bypass Through User-Controlled Key IDOR CVE-2017-18195 Chapman R3naissance Schleiss from queue import Queue from threading import Thread from bs4 import BeautifulSoup from tabulate...

5CVSS5.4AI score0.07176EPSS
Exploits6
Packet Storm
Packet Storm
added 2018/02/08 12:0 a.m.87 views

HPE iLO4 Add New Administrator User

!/usr/bin/env python """ Exploit trigger was presented @reconbrx 2018 Vulnerability found and documented by synacktiv: https://www.synacktiv.com/posts/exploit/rce-vulnerability-in-hp-ilo.html Original advisory from HP: https://support.hpe.com/hpsc/doc/public/display?docId=hpesbhf03769enus Other...

9.2AI score0.94254EPSS
Exploits9
FireEye
FireEye
added 2018/02/07 11:45 a.m.489 views

ReelPhish: A Real-Time Two-Factor Phishing Tool

Social Engineering and Two-Factor Authentication Social engineering campaigns are a constant threat to businesses because they target the weakest chain in security: people. A typical attack would capture a victim’s username and password and store it for an attacker to reuse later. Two-Factor...

7.4AI score
Exploits0
0day.today
0day.today
added 2018/02/07 12:0 a.m.83 views

HiSilicon DVR Devices - Remote Code Execution Exploit

Exploit for hardware platform in category remote exploits !/usr/bin/env python2 pwn hisilicon dvr web service from pwn import from time import sleep import re import argparse import os parser = argparse.ArgumentParserdescription='exploit HiSilicon DVR devices' parser.addargument'--rhost',...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2018/02/05 12:0 a.m.201 views

WordPress Core load-scripts.php Denial Of Service

import requests import sys import threading import random import re import argparse host='' headersuseragents= requestcounter=0 printedMsgs = def printMsgmsg: if msg not in printedMsgs: print "\n"+msg + " after %i requests" % requestcounter printedMsgs.appendmsg def useragentlist: global...

7.5AI score0.87475EPSS
Exploits11
0day.today
0day.today
added 2018/01/21 12:0 a.m.50 views

DarkComet (C2 Server) - File Upload Exploit

Exploit for multiple platform in category web applications !/usr/bin/env python3 EDB Note: Source https://gist.github.com/PseudoLaboratories/260b6f24844785aacc1e2fb61dd05c01/259944bd94a0d289ef80b9138c1e3f97a97aa9cd from time import sleep from socket import socket, AFINET, SOCKSTREAM, error from r...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2018/01/15 12:0 a.m.27 views

DarkComet (C2 Server) - File Upload

!/usr/bin/env python3 EDB Note: Source https://gist.github.com/PseudoLaboratories/260b6f24844785aacc1e2fb61dd05c01/259944bd94a0d289ef80b9138c1e3f97a97aa9cd from time import sleep from socket import socket, AFINET, SOCKSTREAM, error from re import search from Crypto.Cipher import ARC4 from binasci...

7.4AI score
Exploits0
Kitploit
Kitploit
added 2018/01/14 12:41 p.m.93 views

DNSExfiltrator - Data exfiltration over DNS request covert channel

DNSExfiltrator allows for transfering exfiltrate a file over a DNS request covert channel. This is basically a data leak testing tool allowing to exfiltrate data over a covert channel. DNSExfiltrator has two sides: 1. The server side , coming as a single python script dnsexfiltrator.py, which act...

7.3AI score
Exploits0References1
Hacker One
Hacker One
added 2018/01/12 12:13 a.m.18 views

Uber: ubernycmarketplace.com is vulnerable to the Heartbleed Bug

The Heartbleed Bug was a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. This allows attackers to eavesdrop on communications, stea...

6.7AI score
Exploits0
GithubExploit
GithubExploit
added 2018/01/11 9:16 a.m.4 views

Exploit for Out-of-bounds Write in Microsoft

CVE-2018-0802POC usage: cv...

9.3CVSS8.7AI score0.93888EPSS
Exploits7
Packet Storm
Packet Storm
added 2018/01/06 12:0 a.m.51 views

Gespage 7.4.8 SQL Injection

CVE-2017-7997 Gespage SQL Injection vulnerability Description Gespage is a web solution providing a printer portal. Official Website: http://www.gespage.com/ The web application does not properly filter several parameters sent by users, allowing authenticated SQL code injection Stacked Queries -...

9.2AI score0.08307EPSS
Exploits5
GithubExploit
GithubExploit
added 2018/01/05 9:57 p.m.6 views

Exploit for Missing Authentication for Critical Function in Oracle Weblogic_Server

CVE-2017-10271 Weblogic wls-wsat Component Deserialization Vu...

7.5CVSS8.1AI score0.94439EPSS
Exploits45
Kitploit
Kitploit
added 2018/01/05 9:4 p.m.226 views

Reposcanner - Python Script To Scan Git Repos For Interesting Strings

Reposcanner is a python script to search through the commit history of Git repositories looking for interesting strings such as API keys, inspires by truffleHog. Installation The python Git module is required python-git on Debian. Usage ./reposcanner -r Options: optional arguments: -h, --help sho...

7.2AI score
Exploits0References2
Exploit DB
Exploit DB
added 2018/01/05 12:0 a.m.39 views

Gespage 7.4.8 - SQL Injection

CVE-2017-7997 Gespage SQL Injection vulnerability Description Gespage is a web solution providing a printer portal. Official Website: http://www.gespage.com/ The web application does not properly filter several parameters sent by users, allowing authenticated SQL code injection Stacked Queries -...

9.8CVSS9.7AI score0.08307EPSS
Exploits5
Rows per page
Query Builder