Lucene search
+L

29 matches found

Kitploit
Kitploit
added 2026/09/02 8:15 a.m.4 views

GoEnumerator

关于 GoEnumerator GoEnumerator 是我出于乐趣而编写的工具,但也用于我自己的枚举工作,因此我会不断添加更多功能,以加快在 CTF 枚举或专业渗透测试中的初始步骤。我还会添加功能和选项,使工具不会触发 IDS 等。 为什么选择 GoEnumerator?如上所述,我希望拥有能够写入数据库的工具,这样我以后可以导出数据,或使用 PostgreSQL UI 来组织数据,或者轻松导出到其他工具(我希望以后也会制作的其他工具)。 使用方法 复制 GoEnumerator.yaml 或将其创建在 /.GoEnumerator.yaml 填写数据库凭据,详情请参见下方“数据库配...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 5:13 a.m.4 views

web-traffic-generator

web-traffic-generator 一个快速而粗糙的 HTTP/S "自然"流量生成器。 简介 只是一个简单的(写得不太好)Python 脚本,它从预定义的 ROOTURLS 开始,随机"点击"页面上的链接,直到达到预定义的 MAXDEPTH,从而漫无目的地"浏览"互联网。 我创建它是为了在应急响应/网络防御模拟中用作噪声生成器。唯一的问题是,我的模拟环境使用了多个 IDS/IPS/NGFW 设备,这些设备不会传递和记录简单的 TCP 重放流量。我需要流量尽可能自然,本质上要模仿真实用户浏览网页。 已在 Ubuntu 14.04 和 16.04...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 1:44 a.m.3 views

HTMLSmuggler

HTMLSmuggler ✉️ HTMLSmuggler - JS payload generator for IDS bypass and payload delivery via HTML smuggling. Description The full explanation what is HTML Smuggling may be found here. The primary objective of HTML smuggling is to bypass network security controls, such as firewalls and intrusion...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 11:31 p.m.2 views

skyhook

Skyhook Skyhook 是一款基于 REST 驱动的工具,用于将文件潜入或潜出受到 IDS 防护的网络。它附带一个预打包的 Web 客户端,该客户端融合了 React、原生 JavaScript 和 WebAssembly 来管理文件传输。 重要链接 在此下载 参阅用户文档以开始使用 功能特性 往返文件内容混淆 用户可配置的混淆链 自签名与 Let's Encrypt 证书获取方式 用于配置和文件传输的嵌入式 Web 应用程序 服务器指纹识别弹性技术: 加密加载器,能够在文件传输界面渲染时动态加密接口文件 API 与 Web 资源路径随机化 简要描述 注意: 请参阅用户文档以获取...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2020/09/13 11:30 a.m.56 views

HTTP-revshell - Powershell Reverse Shell Using HTTP/S Protocol With AMSI Bypass And Proxy Aware

HTTP-revshell is a tool focused on redteam exercises and pentesters. This tool provides a reverse connection through the http/s protocol. It use a covert channel to gain control over the victim machine through web requests and thus evade solutions such as IDS, IPS and AV. Help server.py unisessio...

7.3AI score
SaveExploits0References3
seebug.org
seebug.org
added 2014/07/01 12:00 a.m.47 views

RunCMS 1.6 - Remote Blind SQL Injection Exploit (IDS evasion)

No description provided by source. // / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / // / exploit get hash of admin password / / / / Exploit is invisible for / / RUNCMS sql injection detecting mechanism / // // / tested on RUNCMS english version 1.6 / // // / Date of Public EXPLOIT:...

7.1AI score
SaveExploits0
myhack58
myhack58
added 2014/02/28 12:00 a.m.21 views

Apache Tomcat security restrictions bypass Vulnerability(CVE-2 0 1 3-4 2 8 6)-vulnerability warning-the black bar safety net

Affected system: Apache Group Tomcat 8.0.0-RC1 - 8.0.0-RC5 Apache Group Tomcat 7.0.0 - 7.0.47 Apache Group Tomcat 6.0.0 - 6.0.37 Description: -------------------------------------------------------------------------------- BUGTRAQ ID: 6 5 7 7 3 CVECAN ID: CVE-2 0 1 3-4 2 8 6 Apache Tomcat is a...

0.3AI score
SaveExploits0
seebug.org
seebug.org
added 2014/02/26 12:00 a.m.278 views

Apache Tomcat 安全限制绕过漏洞

BUGTRAQ ID: 65773 CVECAN ID: CVE-2013-4286 Apache Tomcat是一个流行的开源JSP应用服务器程序。 Tomcat 8.0.0-RC1 - 8.0.0-RC5、7.0.0 - 7.0.47、6.0.0 - 6.0.37版本存在漏洞CVE-2005-2090修复不完整问题,远程攻击者可利用此漏洞对Web缓存投毒、逃避IDS签名、启动跨站脚本、HTML注入、会话劫持攻击等。 0 Apache Group Tomcat 8.0.0-RC1 - 8.0.0-RC5 Apache Group Tomcat 7.0.0 - 7.0.47 Apache...

5.8CVSS6.8AI score0.29784EPSS
SaveExploits4
seebug.org
seebug.org
added 2014/02/22 12:00 a.m.33 views

PHPMYWIND sql 一枚 无视GPC

简要描述: 今天又去重新看了看phpmywind 在官网上下的 版本还是4.6.6 无需登录 无需单引号。 详细说明: 在order.php中 ifempty$COOKIE'shoppingcart' header'location:shoppingcart.php'; exit; //不允许游客下单跳转登陆 ifempty$COOKIE'username' header'location:member.php?c=login'; exit; 让这两个不为空就好。 $action = isset$action ? $action : ''; $datagroup =...

7.1AI score
SaveExploits0
The Hacker News
The Hacker News
added 2012/01/02 10:14 p.m.9 views

Fully automated MySQL5 boolean based enumeration tool

Fully automated MySQL5 boolean based enumeration tool Blackhatacademy Developers releases Fully automated MySQL5 boolean based enumeration tool. By default, this script will first determine username, version and database name before enumerating the informationschema information. When the -q flag ...

6.8AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2010/11/25 12:00 a.m.4 views

DCE-RPC Big Endian Evasion Technique

DCE/RPC stands for "Distributed Computing Environment / Remote Procedure Calls". It is a Remote Procedure Call system that allows software to work across multiple computers, as if it were all working on the same computer. This system allows programmers to write distributed software without having...

5AI score
SaveExploits0
seebug.org
seebug.org
added 2009/09/16 12:00 a.m.29 views

linux/x86 Self-modifying shellcode for IDS evasion 64 bytes

No description provided by source. / | |/ / / |/ / / / | / / / / /|/ / / / / / / / / / / / / // / / / / // / // // / //|// //// //,//,/ xenomuta\x40phreaker\x2enet http://xenomuta.tuxfamily.org/ - Methylxantina 256mg Description: linux/x86 Self-modifying ShellCode for IDS evasion creates...

7.1AI score
SaveExploits0
zdt
zdt
added 2009/09/15 12:00 a.m.65 views

linux/x86 Self-modifying shellcode for IDS evasion 64 bytes

Exploit for linux/x86 platform in category shellcode =========================================================== linux/x86 Self-modifying shellcode for IDS evasion 64 bytes =========================================================== / Description: linux/x86 Self-modifying ShellCode for IDS evasio...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2009/09/15 12:00 a.m.31 views

linux/x86 - Self-modifying shellcode for IDS evasion 64 bytes

linux/x86 Self-modifying shellcode for IDS evasion 64 bytes. Shellcode exploit for linx86 platform / | |/ / / |/ / / / | / / / / /|/ / / / / / / / / / / / / // / / / / // / // // / //|// //// //,//,/ xenomuta\x40phreaker\x2enet http://xenomuta.tuxfamily.org/ - Methylxantina 256mg...

0.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/12/28 12:00 a.m.50 views

runcms-sqlids.txt

// / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / // / exploit get hash of admin password / / / / Exploit is invisible for / / RUNCMS sql injection detecting mechanism / // // / tested on RUNCMS english version 1.6 / // // / Date of Public EXPLOIT: December 25, 2007 / / Written by:...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2007/12/26 12:00 a.m.38 views

RunCMS 1.6 Remote Blind SQL Injection Exploit (IDS evasion)

No description provided by source. // / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / // / exploit get hash of admin password / / / / Exploit is invisible for / / RUNCMS sql injection detecting mechanism / // // / tested on RUNCMS english version 1.6 / // // / Date of Public&...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2007/12/26 12:00 a.m.38 views

RunCMS 1.6 - Blind SQL Injection (IDS Evasion)

RunCMS 1.6 - Blind SQL Injection IDS Evasion // / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / // / exploit get hash of admin password / / / / Exploit is invisible for / / RUNCMS sql injection detecting mechanism / // // / tested on RUNCMS english version 1.6 / // // / Date of Public...

0.3AI score
SaveExploits0
zdt
zdt
added 2007/12/26 12:00 a.m.41 views

RunCMS 1.6 Remote Blind SQL Injection Exploit (IDS evasion)

Exploit for unknown platform in category web applications =========================================================== RunCMS 1.6 Remote Blind SQL Injection Exploit IDS evasion =========================================================== // / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / /...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/12/26 12:00 a.m.56 views

RunCMS 1.6 - Blind SQL Injection (IDS Evasion)

// / RUNCMS 1.6 BLIND SQL Injection Exploit + IDS evasion / // / exploit get hash of admin password / / / / Exploit is invisible for / / RUNCMS sql injection detecting mechanism / // // / tested on RUNCMS english version 1.6 / // // / Date of Public EXPLOIT: December 25, 2007 / / Written by:...

7.5CVSS5.8AI score0.04263EPSS
SaveExploits3
seebug.org
seebug.org
added 2007/10/28 12:00 a.m.40 views

Oracle 10g LT.FINDRICSET Local SQL Injection Exploit (IDS evasion)

No description provided by source. // / Oracle 10g LT.FINDRICSET SQL Injection Exploit / // / sploit grant DBA to scott / / evil cursor injection / / No "create procedure" privileg needed! / / + Funny IDS evasion vith base64 / // / tested on oracle 10.1.0.2.0 / // // / Date of Public EXPLOIT:...

7.1AI score
SaveExploits0
Rows per page
Query Builder