https://github.com/byt3n33dl3/ronin
Ronin the Shogun for XSS and XSRF bug-hunting.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Keywords
crlf
cross-site-request-forgery
cross-site-scripting
injection-attacks
ronin
ssrf
xss
Last synced: 5 months ago
·
JSON representation
Repository
Ronin the Shogun for XSS and XSRF bug-hunting.
Basic Info
Statistics
- Stars: 14
- Watchers: 0
- Forks: 4
- Open Issues: 0
- Releases: 1
Topics
crlf
cross-site-request-forgery
cross-site-scripting
injection-attacks
ronin
ssrf
xss
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.md
Ronin the shogun
Installation
shell
git clone https://github.com/pxcs/Ronin.git
cd ronin
python2 ronin.py
here! --> this tool / software is provided for educational and research purpose only. The author of this project are no way responsible for any misuse of ronin.
- How to use XSS
## The automatic XSS injection attack
ronin will help you to make an easy Cross-Site Scripting ( XSS ) attacks, this are a type of injection, in which malicious scripts are injected into otherwise benign and
trustedwebsites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user.