Vulnerabilities
Avenger Vulnerabilities are a colletion of methods and funciton for detection vulnerabilities.
Install / Use
/learn @aszone/VulnerabilitiesREADME
Avenger Vulnerabilities
Avenger Vulnerabilities are methods and function for check possibles vulnerabilities
Instalation
The recommended way to install PHP Avenger is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/vulnerabilities
Basic Usage
Use command for init process, result will print in monitor and save in txt on folder results. Var $result is array of urls for test
$sqli = new SqlInjection($commandData, $listOfUrls);
$resultSqli = $sqli->check();
$lfd = new LocalFileDownload($commandData, $listOfUrls);
$resultLFD = $lfd->check();
Commands
$commandData = array(
'tor' => $tor,
'torl' => $torl,
'virginProxies' => $vp,
);
Details
Vulnerabilities Checked
- Sql Injection
- Local File Download
Future Vulnerabilities Checked
- Admin Page
- RFI
- Xss
- Sensitive Files
- Dump Files
- Config Files
- Open Folders
Help and docs
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

