Skip to content

Commit 5ce79c1

Browse files
committed
add pic
1 parent 4413462 commit 5ce79c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

antSword/mybase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(isset($a)) {
99
```
1010

1111
add : source/core/php/encoder/mybase64.js
12-
[](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523140225737.png)
12+
![](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523140225737.png)
1313

1414
```js
1515
module.exports = (pwd, data) => {
@@ -20,14 +20,14 @@ module.exports = (pwd, data) => {
2020
```
2121

2222
edit : sources/core/php/index.js < add some code: regedit mybase64.js
23-
[](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523132374985.png)
23+
![](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523132374985.png)
2424

2525
```js
2626
get encoders() {
2727
return ['chr', 'base64', 'mybase64'];
2828
}
2929
```
3030
restart antsword, and add shell, select mybase64 encode for this shell code.
31-
[](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523122747980.png)
31+
![](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523122747980.png)
3232

33-
[](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523124431883.png)
33+
![](https://raw.githubusercontent.com/tennc/webshell/master/antSword/2016051523124431883.png)

0 commit comments

Comments
 (0)