渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-getshell domainmod-xss csrf-webshell cobub-razor cve rce sql sql-poc poc-exp bypass oa-getshell cve-cms
This report presents the forensic synthetic code analysis of Mr-xn/Penetration_Testing_POC, a HTML project with 7,438 GitHub stars. SynthScan v2.0 examined 127,324 lines of code across 613 source files, recording 238 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 5.1 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 238 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …defineClass:fastjson 1.2.83 @JSONType 注解探测链的完整逆向与利用.md | 26 | `com.alibaba.fastjson.parser.ParserConfig.checkAutoType(String typeName, Class<?> expectClass, int features)` 是 fastjson | CODE |
| CRITICAL⚡ | books/CC链再次挖掘.html | 581 | <span class=cm> org.apache.commons.collections.keyvalue.TiedMapEntry.hashCode()</span> | CODE |
| CRITICAL⚡ | books/CC链再次挖掘.html | 582 | <span class=cm> org.apache.commons.collections.keyvalue.TiedMapEntry.getValue()</span> | CODE |
| CRITICAL⚡ | books/CC链再次挖掘.html | 583 | <span class=cm> org.apache.commons.collections.map.LazyMap.get()</span> | CODE |
| CRITICAL⚡ | books/CC链再次挖掘.html | 584 | <span class=cm> org.apache.commons.collections.functors.ChainedTransformer.transform()</span> | CODE |
| CRITICAL⚡ | books/CC链再次挖掘.html | 585 | <span class=cm> org.apache.commons.collections.functors.InvokerTransformer.transform()</span> | CODE |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 431 | <span class="hljs-built_in">print</span>(<span class="hljs-string">f" long hash = com.alibaba.fastjson2.util.Fnv | STRING |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 732 | <span class="hljs-built_in">print</span>(f<span class="hljs-string">" long hash = com.alibaba.fastjson2.util.Fnv | STRING |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 789 | long hash <span class="hljs-operator">=</span> com.alibaba.fastjson2.util.Fnv.hashCode64(s); | STRING |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 143 | at com.alibaba.fastjson2.reader.ObjectReaderCreatorASM.jitObjectReader(ObjectReaderCreatorASM.java:594) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 144 | at com.alibaba.fastjson2.reader.ObjectReaderCreatorASM.createObjectReader(ObjectReaderCreatorASM.java:327) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 145 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.getObjectReaderInternal(ObjectReaderProvider.java:845) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 146 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.getObjectReader(ObjectReaderProvider.java:763) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 257 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.checkAutoType(ObjectReaderProvider.java:554) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 258 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.getObjectReader(ObjectReaderProvider.java:530) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 260 | at com.alibaba.fastjson2.reader.ObjectReaderImplObject.readObject(ObjectReaderImplObject.java:119) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 291 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.checkAutoType(ObjectReaderProvider.java:554) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 292 | at com.alibaba.fastjson2.reader.ObjectReaderProvider.getObjectReader(ObjectReaderProvider.java:530) | CODE |
| CRITICAL⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 294 | at com.alibaba.fastjson2.reader.ObjectReaderImplObject.readObject(ObjectReaderImplObject.java:119) | CODE |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 514 | print(f" long hash = com.alibaba.fastjson2.util.Fnv.hashCode64(s);") | CODE |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 852 | print(f" long hash = com.alibaba.fastjson2.util.Fnv.hashCode64(s);") | CODE |
| CRITICAL | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 918 | long hash = com.alibaba.fastjson2.util.Fnv.hashCode64(s); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools/sqlmap_bypass_空格替换成换行符-某企业建站程序过滤_tamper.py | 0 | copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) see the file 'license' for copying permission | STRING |
| HIGH | tools/sqlmap_yunyecms_front_sqli_tamp.py | 0 | copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) see the file 'license' for copying permission | STRING |
| HIGH | tools/sqlmap_bypass_云锁_tamper.py | 0 | copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/) see the file 'license' for copying permission | STRING |
| HIGH | …_pocs/exploit-tools/WeblogicScanLot/WeblogicScanLot.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2018_2628.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | vuln_pocs/exploit-tools/WeblogicScanLot/poc/Console.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2019_2729.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2017_3248.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2017_3506.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | vuln_pocs/exploit-tools/WeblogicScanLot/poc/__init__.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2018_2893.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2018_2894.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2016_0638.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2016_3510.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …cs/exploit-tools/WeblogicScanLot/poc/CVE_2017_10271.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2019_2725.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| HIGH | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2014_4210.py | 0 | ____ _ _ _ _ __ __ _ | _ \ __ _| |__ | |__ (_) |_| \/ | __ _ ___| | __ | |_) / _` | '_ \| '_ \| | __| |\/| |/ _` / __| | | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tongda_oa_2017_sql_injection.py | 47 | except Exception as e: | CODE |
| MEDIUM | tools/tongda_oa_2017_sql_injection.py | 37 | def run_payload(url,uid,num,mid): | CODE |
| LOW | tools/dede_burp_admin_path.md | 134 | except Exception: | CODE |
| LOW | tools/ssh/fake_login_log.py | 153 | except Exception as e: | CODE |
| LOW | tools/ssh/fake_login_log.py | 230 | except Exception as e: | CODE |
| LOW | tools/ssh/fake_login_log.py | 337 | except Exception as e: | CODE |
| LOW | tools/ssh/fake_login_log.py | 465 | except Exception as e: | CODE |
| LOW | …nipper-ng_0.11.10-Remote_Buffer_Overflow远程缓冲区溢出附PoC.md | 100 | except Exception as e: | CODE |
| LOW | web/CVE-2019-2890-Oracle WebLogic 反序列化严重漏洞.md | 74 | except Exception as e: | CODE |
| LOW | web/CVE-2019-2890-Oracle WebLogic 反序列化严重漏洞.md | 102 | except Exception as e: | CODE |
| LOW | web/CVE-2019-2890-Oracle WebLogic 反序列化严重漏洞.md | 109 | except Exception as e: | CODE |
| LOW | web/通达OA前台任意用户伪造登录漏洞批量检测.md | 44 | except Exception as err: | CODE |
| MEDIUM | web/通达OA前台任意用户伪造登录漏洞批量检测.md | 13 | def http_request(url,session_id): | CODE |
| LOW | books/Vmware Vcenter 任意文件读取批量检测.md | 36 | except Exception as err: | CODE |
| MEDIUM | books/Vmware Vcenter 任意文件读取批量检测.md | 22 | def http_request(url): | CODE |
| LOW | books/Python沙箱逃逸の旁门左道.html | 271 | except Exception as e: | CODE |
| LOW | books/Python沙箱逃逸の旁门左道.html | 330 | except Exception as e: | CODE |
| LOW⚡ | books/Python沙箱逃逸の旁门左道.html | 628 | except Exception as e: | STRING |
| MEDIUM | books/Python沙箱逃逸の旁门左道.html | 625 | def get_stack_frame_via_exception(): | CODE |
| LOW | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 1154 | except Exception as e: | CODE |
| LOW | iot/WLAN-AP-WEA453e RCE三星路由器远程命令执行漏洞.md | 97 | except Exception as e: | CODE |
| LOW | iot/WLAN-AP-WEA453e RCE三星路由器远程命令执行漏洞.md | 121 | except Exception as e: | CODE |
| LOW | iot/WLAN-AP-WEA453e RCE三星路由器远程命令执行漏洞.md | 135 | except Exception as e: | CODE |
| MEDIUM | iot/WLAN-AP-WEA453e RCE三星路由器远程命令执行漏洞.md | 88 | def Checking(self): | CODE |
| LOW | iot/天翼创维awifi路由器存在多处未授权访问漏洞.md | 37 | except Exception as e: | CODE |
| LOW | iot/天翼创维awifi路由器存在多处未授权访问漏洞.md | 54 | except Exception as e: | CODE |
| LOW | iot/CNVD-2021-14536_锐捷RG-UAC统一上网行为管理审计系统账号密码信息泄露漏洞.md | 61 | except Exception as e: | CODE |
| LOW | iot/CNVD-2021-14536_锐捷RG-UAC统一上网行为管理审计系统账号密码信息泄露漏洞.md | 73 | except Exception as e: | CODE |
| LOW | …ln_pocs/cve/CVE-2019-16097/cve-2019-16097-batch-py3.py | 34 | except Exception as e: | CODE |
| LOW | …ln_pocs/cve/CVE-2019-16097/cve-2019-16097-batch-py2.py | 32 | except Exception as e: | CODE |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 256 | except Exception as e: | CODE |
| LOW⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 385 | except Exception as e: | CODE |
| MEDIUM | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 250 | def socket_connection(obj, address, port=3389, receive_size=4000): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 364 | except Exception as e: | CODE |
| MEDIUM | …it-tools/BlueKeep/bluekeep-CVE-2019-0708-python/rdp.py | 379 | print('Error not tpkt') | CODE |
| MEDIUM | …it-tools/BlueKeep/bluekeep-CVE-2019-0708-python/rdp.py | 394 | print('Error not tpkt') | CODE |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 67 | except Exception as e: | CODE |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 600 | except Exception: | CODE |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2018_2628.py | 55 | except Exception: | CODE |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2017_3248.py | 50 | except Exception: | CODE |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2017_3506.py | 59 | except Exception: | STRING |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2018_2893.py | 58 | except Exception: | CODE |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2016_0638.py | 51 | except Exception: | CODE |
| LOW | …ocs/exploit-tools/WeblogicScanLot/poc/CVE_2016_3510.py | 49 | except Exception: | CODE |
| LOW | …cs/exploit-tools/WeblogicScanLot/poc/CVE_2017_10271.py | 56 | except Exception: | STRING |
| LOW | …exploit-tools/redis-rogue-server/redis-rogue-server.py | 220 | except Exception as e: | STRING |
| LOW | scripts/update_readme.py | 48 | except Exception as e: | CODE |
| MEDIUM | scripts/update_readme.py | 49 | print(f"Error fetching RSS: {e}") | CODE |
| MEDIUM | scripts/update_readme.py | 71 | print(f"Error: {README_PATH} not found.") | CODE |
| MEDIUM | scripts/update_readme.py | 91 | print("Error: Markers not found in README.md") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/绕过disable_function汇总.md | 81 | ## 第七种模式–PHP 7.0 < 7.3 (Unix) - ‘gc’ Disable Functions Bypass | COMMENT |
| LOW | tools/Zabbix 全系列 Authentication Bypass 利用工具.md | 1 | ### Zabbix 全系列 Authentication Bypass 利用工具 | COMMENT |
| LOW | tools/Zabbix 全系列 Authentication Bypass 利用工具.md | 21 | # # [ >>> User-Agent => Opera/9.61 (Macintosh; Intel Mac OS X; U; de) Presto/2.1.1 | COMMENT |
| LOW | tools/Zabbix 全系列 Authentication Bypass 利用工具.md | 41 | # # [ <<< Set-Cookie => zbx_sessionid=e125efe43b1f67b0fdbfb4db2fa1ce0d; HttpOnlyPHPSESSID=n4dolnd118fhio9oslok6qpj3a; | COMMENT |
| LOW | tools/Zabbix 全系列 Authentication Bypass 利用工具.md | 61 | # # [ https://TARGET/zabbix/zabbix.php?action=web.view&ddreset=1 | COMMENT |
| LOW | web/Joomla-3.4.6-RCE.md | 181 | COMMENT | |
| LOW | web/CVE-2020-8813 - Cacti v1.2.8 RCE.md | 1 | ## Cacti v1.2.8 authenticated Remote Code Execution (CVE-2020-8813) | COMMENT |
| LOW | …-2019-16759 vBulletin 5.x 0day pre-auth RCE exploit.md | 21 | > vBulletin v5(5.0.0到5.5.4)版本 | COMMENT |
| LOW | …nipper-ng_0.11.10-Remote_Buffer_Overflow远程缓冲区溢出附PoC.md | 1 | ## CVE-2019-17424 nipper-ng_0.11.10-Remote_Buffer_Overflow远程缓冲区溢出附PoC | COMMENT |
| LOW | …VE-2019-17662-ThinVNC 1.0b1 - Authentication Bypass.md | 1 | ## ThinVNC 1.0b1 - Authentication Bypass | COMMENT |
| LOW | books/静默退出 DUMP LSASS.EXE.html | 541 | 把原来的代码修改一下 | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 1 | <?php | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 101 | COMMENT | |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 141 | # Create a memory layout as such: | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 161 | # | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 201 | COMMENT | |
| LOW | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 221 | # destroyed by calling ht.pDestructor(ht.arData[i]). | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 1 | <?php | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 21 | # | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 41 | # - Debian GNU/Linux 9.6 | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 81 | # - Create DateInterval object ($place) meant to be unset and filled by another | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 121 | # Create some space for our UAF blocks not to get overwritten | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 141 | # zend_string of size 78. | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 161 | # assumption, every structure constituting this new object will take the | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 181 | $protector = ".$_protector"; | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 221 | # Give us some room | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 261 | # We can now read/write in the whole SHM and apache's memory region. | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 321 | } | COMMENT |
| LOW | vuln_pocs/cve/CVE-2019-0211-apache/cfreal-carpediem.php | 461 | { | COMMENT |
| LOW | …/CVE-2019-0803/CVE-2019-0803/win7sp1/poc_test/struct.h | 1 | #pragma once | COMMENT |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 361 | tls.sendall(DoPduConnectionSequence().client_persistent_key_length_pdu()) | COMMENT |
| LOW | …2017-12149/src/org/apache/commons/collections/Bag.java | 201 | // * This Bag equals another Bag if it contains the same number of occurrences of | COMMENT |
| LOW | …/src/org/apache/commons/collections/list/TreeList.java | 681 | recalcHeight(); | COMMENT |
| LOW | …/src/org/apache/commons/collections/list/TreeList.java | 701 | // // System.out.print(" right: "); | COMMENT |
| LOW | …/src/org/apache/commons/collections/list/TreeList.java | 721 | // } | COMMENT |
| LOW | vuln_pocs/exploit-tools/macOS-Kernel-Exploit/gadgets.h | 1 | // | COMMENT |
| LOW | vuln_pocs/exploit-tools/macOS-Kernel-Exploit/gadgets.h | 21 | #define ROP_POP_RSI 0xffffff800047c02e // pop rsi; ret; | COMMENT |
| LOW | vuln_pocs/exploit-tools/macOS-Kernel-Exploit/exploit.c | 1 | // | COMMENT |
| LOW | …tools/redis-rogue-server/RedisModulesSDK/redismodule.h | 21 | #define REDISMODULE_LIST_HEAD 0 | COMMENT |
| LOW | …tools/redis-rogue-server/RedisModulesSDK/redismodule.h | 41 | /* Postponed array length. */ | COMMENT |
| LOW | …tools/redis-rogue-server/RedisModulesSDK/redismodule.h | 81 | #define REDISMODULE_CTX_FLAGS_MAXMEMORY (1<<8) | COMMENT |
| LOW | …tools/redis-rogue-server/RedisModulesSDK/redismodule.h | 101 | /* A special pointer that we can use between the core and the module to signal | COMMENT |
| LOW | …ls/redis-rogue-server/RedisModulesSDK/rmutil/strings.c | 1 | #include <string.h> | COMMENT |
| LOW | …tools/redis-rogue-server/RedisModulesSDK/rmutil/util.c | 1 | #include <stdlib.h> | COMMENT |
| LOW | …ls/redis-rogue-server/RedisModulesSDK/rmutil/logging.h | 1 | #ifndef __RMUTIL_LOGGING_H__ | COMMENT |
| LOW | …s/redis-rogue-server/RedisModulesSDK/rmutil/sdsalloc.h | 41 | #else | COMMENT |
| LOW | …ools/redis-rogue-server/RedisModulesSDK/rmutil/alloc.h | 21 | COMMENT | |
| LOW | privesc/CVE-2021-22555.md | 121 | * root@theflow:/# | COMMENT |
| LOW | privesc/CVE-2021-22555.md | 141 | #include <sys/socket.h> | COMMENT |
| LOW | privesc/CVE-2021-22555.md | 161 | #define MSG_TAG 0xAAAAAAAA | COMMENT |
| LOW | privesc/CVE-2021-22555.md | 181 | COMMENT | |
| LOW | privesc/CVE-2021-22555.md | 201 | #define ANON_PIPE_BUF_OPS 0xE51600 | COMMENT |
| LOW | privesc/CVE-2021-22555.md | 221 | #define POP_RCX_RET 0xF5633 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 118 | <pre><code>// ──────────────────────────────────────────────────────────── | CODE |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 120 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 128 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.html | 130 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 35 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 37 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 45 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | books/FastJson2 Hash 碰撞 RCE 分析与复现.md | 47 | // ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 371 | # ----------------------------------------------------- | COMMENT |
| MEDIUM⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 378 | # ----------------------------------------------------- | COMMENT |
| MEDIUM | scripts/update_readme.py | 26 | # =========================================== | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 716 | <span class=c1>// Step 1: 加载模板</span> | CODE |
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 719 | <span class=c1>// Step 2: 创建上下文并填充数据</span> | CODE |
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 726 | <span class=c1>// Step 3: 合并模板和上下文</span> | CODE |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 112 | # Step 1: Confirm /api/user/init is blocked (init guard works) | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 121 | # Step 2: Bypass via /open/user/init (NO auth required) | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 503 | # Step 3: Write malicious config.sh | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 513 | # Step 4: Create and trigger cron | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 572 | # Step 1: Confirm /api/ requires auth | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 577 | # Step 2: /API/ bypasses auth completely | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 583 | # Step 3: /Api/ mixed case also bypasses | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 589 | # Step 4: Direct unauthenticated command execution via /API/ | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 134 | # Step 3: Verify by logging in with the new credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 146 | # Step 4: Restore original credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 469 | # Step 1: Reset credentials via init guard bypass (NO AUTH) | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 483 | # Step 2: Login with attacker credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 527 | # Step 5: Verify RCE | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 613 | # Step 5: Read sensitive config without auth | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 716 | <span class=c1>// Step 1: 加载模板</span> | CODE |
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 719 | <span class=c1>// Step 2: 创建上下文并填充数据</span> | CODE |
| LOW⚡ | books/JAVA安全之Velocity模板注入刨析.html | 726 | <span class=c1>// Step 3: 合并模板和上下文</span> | CODE |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 112 | # Step 1: Confirm /api/user/init is blocked (init guard works) | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 121 | # Step 2: Bypass via /open/user/init (NO auth required) | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 503 | # Step 3: Write malicious config.sh | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 513 | # Step 4: Create and trigger cron | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 572 | # Step 1: Confirm /api/ requires auth | COMMENT |
| LOW⚡ | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 589 | # Step 4: Direct unauthenticated command execution via /API/ | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 134 | # Step 3: Verify by logging in with the new credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 146 | # Step 4: Restore original credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 469 | # Step 1: Reset credentials via init guard bypass (NO AUTH) | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 483 | # Step 2: Login with attacker credentials | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 527 | # Step 5: Verify RCE | COMMENT |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 613 | # Step 5: Read sensitive config without auth | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools/CVE-2017-12615.py | 28 | body = '''<%@ page language="java" import="java.util.*,java.io.*" pageEncoding="UTF-8"%><%!public static String excuteCm | CODE |
| HIGH | tools/CVE-2017-12615.py | 29 | +"\\n");}buf.close();} catch (Exception e) {line.append(e.getMessage());}return line.toString();}%><%if("023".equals(req | CODE |
| HIGH | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 797 | # payload: x" > /dev/null; echo MARKER > /tmp/stop_proof.txt; # | COMMENT |
| HIGH | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 800 | json={"command": f'x" > /dev/null; echo {stop_marker} > /tmp/stop_proof.txt; #'}, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web/solr_rce.md | 22 | def update_queryresponsewriter(core_name_url): | CODE |
| LOW⚡ | books/Python沙箱逃逸の旁门左道.html | 625 | def get_stack_frame_via_exception(): | STRING |
| LOW⚡ | books/Python沙箱逃逸の旁门左道.html | 638 | def get_stack_frame_via_closure(): | STRING |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 95 | def mcs_attach_user_request_pdu(): | CODE |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 132 | def client_active_confirmation_pdu(): | CODE |
| LOW⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 147 | def client_control_request_pdu(): | CODE |
| LOW⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 154 | def client_control_cooperate_pdu(): | CODE |
| LOW⚡ | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 162 | def client_persistent_key_length_pdu(): | CODE |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 201 | def do_client_security_pdu_exchange(): | CODE |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 209 | def client_synchronization_pdu(): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 117 | def send_initialization_pdu_packet(host, verbose=False): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 145 | def send_client_data_pdu_packet(tls, deletion_structure=(12, 109, 118, 132, 390), verbose=False): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 184 | def send_client_information_pdu_packet(tls): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 240 | def send_confirm_active_pdu_packet(tls): | CODE |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 263 | def send_establish_session_pdu_packet(tls): | CODE |
| LOW | …it-tools/BlueKeep/bluekeep-CVE-2019-0708-python/rdp.py | 220 | def client_persistent_key_len(crypter): | CODE |
| LOW | vuln_pocs/exploit-tools/discuz-ml-rce/dz-ml-rce.py | 36 | def get_setcookie_language_value(tgtUrl,timeout): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/sqlmap_yunyecms_front_sqli_tamp.py | 10 | CODE | |
| LOW | tools/sqlmap_bypass_云锁_tamper.py | 8 | CODE | |
| LOW | tools/sqlmap_bypass_云锁_tamper.py | 10 | CODE | |
| LOW | tools/sqlmap_bypass_云锁_tamper.py | 12 | CODE | |
| LOW | tools/sqlmap_bypass_云锁_tamper.py | 13 | CODE | |
| LOW | tools/ssh/fake_login_log.py | 10 | CODE | |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 5 | CODE | |
| LOW | …s/BlueKeep/bluekeep-CVE-2019-0708-python/rdp_crypto.py | 1 | CODE | |
| LOW | …/BlueKeep/bluekeep-CVE-2019-0708-python/win7_32_poc.py | 3 | CODE | |
| LOW | …it-tools/BlueKeep/bluekeep-CVE-2019-0708-python/rdp.py | 7 | CODE | |
| LOW | …ocs/exploit-tools/qinglong-auth-bypass2rce/poc_test.py | 28 | CODE | |
| LOW | vuln_pocs/exploit-tools/zentao-getshell/exp_py3.py | 6 | CODE | |
| LOW | …exploit-tools/redis-rogue-server/redis-rogue-server.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/sqlmap_bypass_D盾_tamper.py | 12 | CODE | |
| LOW | tools/tongda_oa_2017_sql_injection.py | 37 | CODE | |
| LOW | tools/masscan+nmap.py | 31 | CODE | |
| LOW | tools/ssh/fake_login_log.py | 97 | CODE | |
| LOW | tools/ssh/fake_login_log.py | 236 | CODE | |
| LOW | tools/linux_auto_xunjian/yiansec.py | 137 | CODE | |
| LOW | tools/linux_auto_xunjian/yiansec.py | 191 | CODE | |
| LOW | vuln_pocs/cve/CVE-2018-6389/CVE-2018-6389.py | 26 | CODE | |
| LOW | vuln_pocs/exploit-tools/BlueKeep/bluekeep_poc.py | 390 | CODE | |
| LOW | …pocs/exploit-tools/BlueKeep/bluekeep_weaponized_dos.py | 321 | CODE | |
| LOW | …exploit-tools/redis-rogue-server/redis-rogue-server.py | 134 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/huaweihg255-traversal.rb | 2 | # This file is part of the Metasploit Framework and may be subject to | COMMENT |
| MEDIUM | vuln_pocs/cve/CVE-2019-6977-imagecolormatch/exploit.php | 141 | # Create a memory layout as such: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | books/JAVA安全之Velocity模板注入刨析.html | 259 | <span class=n>context</span><span class=p>.</span><span class=n>put</span><span class=p>(</span><span class=s>"n | CODE |
| LOW | books/PHP中的模板注入漏洞刨析.html | 148 | <span class=k>echo</span> <span class=nv>$twig</span><span class=o>-></span><span class=na>render</span><span class=p | CODE |
| LOW | books/PHP中的模板注入漏洞刨析.html | 169 | <span class=nv>$smarty</span><span class=o>-></span><span class=na>assign</span><span class=p>(</span><span class=s1> | CODE |
| LOW | books/PHP中的模板注入漏洞刨析.html | 219 | <p>下面是parTemplate的一个简易使用示例,在上述示例中我们首先引入了patTemplate的文件,然后创建了一个patTemplate对象。接着使用setBasedir方法设置模板所在的目录,然后使用addVar方法添加变量到模 | CODE |
| LOW | books/PHP中的模板注入漏洞刨析.html | 228 | <span class=nv>$template</span><span class=o>-></span><span class=na>addVar</span><span class=p>(</span><span class=s | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | books/CC链再次挖掘.html | 503 | <span class=c1>//@PayloadTest(skip="need more robust way to detect Runtime.exec() without SecurityManager()")</span> | CODE |