Spark is a free, web-based, cross-platform and full-featured RAT (Remote Administration Tool) that allow you to control all your devices via browser anywhere
! PLEASE ONLY USE FOR TESTING !
(http://imgur.com/a%2Ff0wt1Ty)
HOW TO USE :
- Open executable to create network path in your computer
- Configuration file config.json should be placed in the same directory as the executable file.
Example:
{
"listen": ":8000",
"salt": "123456abcdef",
"auth": {
"username": "password"
},
"log": {
"level": "info",
"path": "./logs",
"days": 7
}
}
- listen required, format: IP:Port
- salt required, length <= 24
- after modification, you need to re-generate all clients
- auth optional, format: username:password
- hashed-password is highly recommended
- format: $algorithm$hashed-password, example: $sha256$11223344556677AABBCCDDEEFF
- supported algorithms: sha256, sha512, bcrypt
- if you don't follow the format, password will be treated as plain-text
- log optional
- level optional, possible value: disable, fatal, error, warn, info, debug
- path optional, default: ./logs
- days optional, default: 7
- Run executable and browse to http://IP:Port to access the web interface.
- Generate a client and run it on your target device.
- Enjoy!
(http://imgur.com/a%2FVd76itq)
(http://imgur.com/ArDiz82)
[Hidden content]