- Joined
- May 10, 2024
- Messages
- 18
- Reaction score
- 220
- Points
- 13
- Thread Author
- #1
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 !
{
"listen": ":8000",
"salt": "123456abcdef",
"auth": {
"username": "password"
},
"log": {
"level": "info",
"path": "./logs",
"days": 7
}
}
! PLEASE ONLY USE FOR TESTING !
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!
To see this hidden content, you must reply and react with one of the following reactions : Like, Love, Haha, Wow