Powerful XSS Tool for collecting all <forms>
data on website.
[]() []() []()
I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.
Cross-site scripting (XSS) is a code injection attack that allows an attacker to execute malicious JavaScript in another user's browser.
git clone https://github.com/IvanSostarko/mpp-inject.git
cd mpp-inject
docker-compose up
Docker Compose will create 3 containers.
Name | IP + PORTS | Description |
---|---|---|
mpp-inject-nginx | 10.1.0.2:8000 | Client App |
mpp-inject-nodejs | 10.1.0.4:8001 | Server App |
mpp-inject-orientdb | 10.1.0.3:8002,8003 | Database and Database admin tool |
docker exec -i -t mpp-inject-nodejs /bin/bash
npm install
node server.js
Access to GUI: 10.1.0.3:8003
Copyright (c) 2018 Ivan Sostarko
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.