Skip to content

Commit

Permalink
修改hae规则
Browse files Browse the repository at this point in the history
  • Loading branch information
Hpd0ger committed Apr 18, 2024
1 parent 47acdda commit 611bbed
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 292 deletions.
93 changes: 48 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,63 @@
## 目录结构
```
.
├── README.md
├── dockers
└── docker_php_debug
├── docker-compose.yml
├── logs
│ └── nginx
│ ├── access.log
├── error.log
├── info.log
── notice.log
── mysql
├── db.sql
├── Dockerfile
│ └── xyhcms.sql
── nginx
├── Dockerfile
├── nginx.conf
│ └── templates
└── default.conf.template
── php-fpm
├── Dockerfile
├── mongodb-1.14.1.tgz
├── www.conf
├── xdebug-3.1.5.tgz
│ └── xdebug.ini
── README.md
└── source
└── test.php
   └── docker_php_debug
   ├── README.md
   ├── docker-compose.yml
   ── logs
   │   └── nginx
   │   ├── access.log
   │   ├── error.log
   │   ── info.log
   │   └── notice.log
   ├── mysql
   │   ├── Dockerfile
   │   ├── db.sql
   │   └── xyhcms.sql
   ├── nginx
   │   ├── Dockerfile
   │   ├── nginx.conf
   │   └── templates
   │   └── default.conf.template
   ├── php-fpm
   │   ├── Dockerfile
   │   ├── mongodb-1.14.1.tgz
   │   ├── www.conf
   │   ├── xdebug-3.1.5.tgz
   │   └── xdebug.ini
   └── source
   └── test.php
├── javascript
├── node-ssrf-split.js
├── port-scan.js
├── test.js
└── xss-bot.js
   ├── node-ssrf-split.js
   ├── port-scan.js
   ├── test.js
   └── xss-bot.js
├── misc
│ ├── compress-zlib.py
│ ├── Config.yml
│ ├── download.sh
│ └── UploadServer.py
│   ├── UploadServer.py
│   ├── compress-zlib.py
│   ├── download.sh
│   └── hae
│   ├── Config.yml
│   ├── Rules.yml
│   └── readme.md
├── php
│ ├── calcSig.py
│ ├── ffi-leak.php
│ ├── geneshell2.php
│ ├── geneshell.php
│ └── serialize.php
├── README.md
│   ├── calcSig.py
│   ├── ffi-leak.php
│   ├── geneshell.php
│   ├── geneshell2.php
│   └── serialize.php
├── thread
├── contend2.py
└── contend.py
   ├── contend.py
   └── contend2.py
└── transform
├── convert2javabytes.py
├── encoding.js
├── gopher.py
├── gopher2mysql
├── gopher2mysql.py
├── gopherConvert.py
└── gopher.py
└── gopherConvert.py
```

## 文件说明
Expand All @@ -83,4 +86,4 @@
|convert2javabytes.py |转字符串为16进制字节码,方便java中的命令执行例如EL表达式:${T(java.lang.Runtime).getRuntime().exec(new String(new byte[]{0x6f,0x70,0x65,0x6e,0x20,0x2d,0x61,0x20,0x43,0x61,0x6c,0x63,0x75,0x6c,0x61,0x74,0x6f,0x72}))} |
| c\perl交互readflag脚本| [readflag](https://github.com/ZeddYu/ReadFlag)|
| docker_php_debug| docker远程调试php板子,mysql+nginx+php-fpm+xdebug|
| misc/Config.yaml| Hae高亮规则,参考[Hae Repo](https://github.com/gh0stkey/HaE)|
| misc/hae/Rules.yaml| Hae高亮规则,参考[Hae Repo](https://github.com/gh0stkey/HaE)|
247 changes: 0 additions & 247 deletions misc/Config.yml

This file was deleted.

1 change: 1 addition & 0 deletions misc/hae/Config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
excludeSuffix: 3g2|3gp|7z|aac|abw|aif|aifc|aiff|apk|arc|au|avi|azw|bat|bin|bmp|bz|bz2|cmd|cmx|cod|com|csh|css|csv|dll|doc|docx|ear|eot|epub|exe|flac|flv|gif|gz|ico|ics|ief|jar|jfif|jpe|jpeg|jpg|less|m3u|mid|midi|mjs|mkv|mov|mp2|mp3|mp4|mpa|mpe|mpeg|mpg|mpkg|mpp|mpv2|odp|ods|odt|oga|ogg|ogv|ogx|otf|pbm|pdf|pgm|png|pnm|ppm|ppt|pptx|ra|ram|rar|ras|rgb|rmi|rtf|scss|sh|snd|svg|swf|tar|tif|tiff|ttf|vsd|war|wav|weba|webm|webp|wmv|woff|woff2|xbm|xls|xlsx|xpm|xul|xwd|zip
Loading

0 comments on commit 611bbed

Please sign in to comment.