- Simple data saving (JSON)
- Modulable
- Securized login system
- WEB & CLI logs saving
- Linux and windows usable
Install the app on the server
user@domain:~# git clone https://github.com/inplex-sys/cookies-sniffer.git
user@domain:~# cd ./cookies-sniffer/
user@domain:~# npm install
user@domain:~# node app.js
Edit credentials in config.json
{
"credentials":{
"auth_key":"put-your-password"
},
"logs":[]
}
This repository is for academic purposes, the use of this software is your responsibility.