Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonecypher/stochpen_html
stochpen_html is a stochastic penetration library for html (generates attempts to hax0r your sox0rs; little bobby tables and etc)
https://github.com/stonecypher/stochpen_html
Last synced: 21 days ago
JSON representation
stochpen_html is a stochastic penetration library for html (generates attempts to hax0r your sox0rs; little bobby tables and etc)
- Host: GitHub
- URL: https://github.com/stonecypher/stochpen_html
- Owner: StoneCypher
- License: mit
- Created: 2013-10-23T07:13:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T15:29:09.000Z (about 11 years ago)
- Last Synced: 2024-10-26T07:24:44.574Z (2 months ago)
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stochpen_html
=============stochpen_html is an Erlang stochastic test library that generates penetration strings for html (generates attempts to hax0r your sox0rs; little bobby tables and etc.)
This allows a developer to make trivial use of resources like
* the [OWASP Fuzzing DB](https://www.owasp.org/index.php/Category:OWASP_Fuzzing_Code_Database),
* the [OWASP Filter Evasion Cheat Sheet](https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet),
* the [HTML Purifier Smoke Test](http://htmlpurifier.org/live/smoketests/xssAttacks.php),
* the [RSnake List](http://code.google.com/p/fuzzdb/source/browse/trunk/attack-payloads/xss/xss-rsnake.txt),and so forth. More suggestions for targets would be appreciated. Those lists are related and share significant overlap.
The driving observation here is that a single case of each of those attacks is not enough. What is needed is a tool which can produce variations on those attacks, including combinations, wrappings, substitutions, and other not-actually-innocuous variants. This tool is an attempt at a step in that direction: a way to generate large volumes of attack string on demand.
Examples
--------(todo)