RATdriving combines RAT (remote access trojan) deployment and wardriving. The device should...
- Scan for open APs nearby, like a public network
- Join the network
- Portscan all the devices on the network
- Vuln scan all open ports
- Exploit improperly set up SSH, FTP, Telnet, etc...
- Deploy a RAT on the device
- RAT contacts a C2 server
- The RAT should also worm. There is only one application, the RAT itself. This runs on the target and the host (Flipper Blackhat)
Tasks
- Develop the RAT. I think either Rust or Go are ideal.
- Find an adequate vuln scanner, Python based seems reasonable.
- Figure out how to embed the vuln scanner into the RAT?
RATdriving combines RAT (remote access trojan) deployment and wardriving. The device should...
Tasks