the main frame as following:
1. infect windows system pe format file for the auto start function.
2. use UDP protocol to accept the remote command.
note: connectionless, no port is listening.
3. compile a dll file for the main function, and create a remote thread into some key system processes.
this version will include following base functions:
+=======+-----------------------------------------------+=======+
| / / | Hacker Shell v2.0 | / / |
|/ /+-----------------------------------------------+/ /|
|/ /| Codz by xHydra, 2006-01-01, xHydra@126.com |/ /|
| / / | | / / |
| / / | This program designed for test only, | / / |
|/ /| pls dont use it for any other purpose, thx! |/ /|
+=======+-----------------------------------------------+=======+
| |
| <01> WinExec ............................execute command |
| <02> SysInfo ............................get system info |
| <03> pslist .......................list current process |
| <04> pskill .......................kill process by name |
| <05> put ........................upload file to peer |
| <06> get ....................download file from peer |
| <07> wget .....................download file from URL |
| <08> shell .....................enter remote cmd shell |
| <09> shutdown .....................poweroff/reboot/logoff |
| <10> open3389 .....................open Terminal Services |
| <11> findpass .................find current user password |
| <12> setpsw ................change the hkshell password |
| <13> remove .....................deregister the hkshell |
| <14> exit .....................exit the hkshell shell |
| <15> help .....................display this help info |
| |
+---------------------------------------------------------------+