Open andresriancho opened 10 years ago
The _get_file_list function in shell_handler.py only supports returning one implementation for each framework.
_get_file_list
What I would like to be able to do is:
Once that is done, create two different PHP webshell implementations:
<?php ... ?>
And
<? ... ?>
Yes, that small change makes a whole lot of a difference in some cases.
One shell that I would also like to have is this tiny one: http://www.reddit.com/r/netsec/comments/220uhh/a_look_into_creating_a_truley_invisible_php_shell/cgiv9l0
The
_get_file_list
function in shell_handler.py only supports returning one implementation for each framework.What I would like to be able to do is:
Once that is done, create two different PHP webshell implementations:
And
Yes, that small change makes a whole lot of a difference in some cases.