Skip to content

Commit

Permalink
add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed May 16, 2016
1 parent 4413462 commit 5ce79c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions antSword/mybase.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(isset($a)) {
```

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

```js
module.exports = (pwd, data) => {
Expand All @@ -20,14 +20,14 @@ module.exports = (pwd, data) => {
```

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

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

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

0 comments on commit 5ce79c1

Please sign in to comment.