Eval Villain의 버전 기록 - 24개 버전
Eval Villain 제작자: bemodtwz
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 2.11
2024년 11월 13일에 출시 - 53.89 KBfirefox 58.0 이상에서 작동Fixes bug where localStorage is not properly sourced
Improves encoder function for path search
Fixes mistake is sourcer debug statmentGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 2.10
2024년 11월 11일에 출시 - 53.74 KBfirefox 58.0 이상에서 작동* Copy Eval Villain Injection or Config from the configuration page and paste into any JavaScript file to get Eval Villain into other browsers or contexts.
* Better defaults for actual testing. Including CSPT and postMessage sinks.
* Set limits on source banks in the configuration page
* Lots of refactoringGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.9
2023년 9월 22일에 출시 - 41.75 KBfirefox 48.0 이상에서 작동* Use evSourcer to dynamically add to sources via instrumentation.
* Use evSinker as a dynamic sink to be used with instrumentation.
* EV now warns when it fails to load in a frame.
* Replace console.log with console.info in the web page to avoid the pages logs cluttering up Eval Villain output.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.8
2023년 3월 9일에 출시 - 40.88 KBfirefox 48.0 이상에서 작동Fix output of regex needles without global flagGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.7
2022년 2월 6일에 출시 - 40.87 KBfirefox 59.0 이상에서 작동Add function URLSearchParams.get to default config, disabled by default
Spelling fixes
Fix scope to preventing vars leaking into `window`GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.6
2021년 7월 26일에 출시 - 41.02 KBfirefox 59.0 이상에서 작동Constructors (like `new Function`) are now hooked.
Better proto hooking (like `value(Range.createContextualFragment)`).GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.5
2021년 4월 28일에 출시 - 40.82 KBfirefox 59.0 이상에서 작동Fix bug where you couldn't delete a config item
Provided encoder function will provide a second parameter now, using `encoder("payload", true)` should cause the payload to be inserted into the DOM XSS source.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.4
2021년 4월 15일에 출시 - 40.57 KBfirefox 59.0 이상에서 작동Fix minor bug for configuration name collisionsGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.3
2021년 4월 13일에 출시 - 40.48 KBfirefox 59.0 이상에서 작동* When a encoded source is found in a sink, a encoding function in JavaScript will be printed to the console. This function lets you see how Eval Villain decoded the source, and lets you quickly encode your own payloads.
* Large text will receive it's own closed console.group to improve readability.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.2
2021년 1월 26일에 출시 - 41.24 KBfirefox 59.0 이상에서 작동2 Major Changes
* EV will now recursively decode DOM XSS sources for URL, base64 and JSON encoding. Decoded values will then be used to search input to the hooked functions.
* Blacklists were previously applied to all input. I found this to be mostly useless. Now blacklists are applied to decoded input sources. So you can blacklist `/^true$/` and a URL parameter that is set to `true` won't cause all `eval` calls containing `true` to be marked as interesting.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.1
2020년 7월 14일에 출시 - 41.25 KBfirefox 59.0 이상에서 작동It is now safe to hook decodeURI, and decodeURIComponent. This can be helpful for finding where inputs are parsed.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0
2020년 3월 9일에 출시 - 41.22 KBfirefox 59.0 이상에서 작동Refactoring should improve speed and performance.
Monitors sinks for window nameGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.11
2019년 8월 22일에 출시 - 40.49 KBfirefox 59.0 이상에서 작동Types: enable/disable types that you are interested.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.10
2019년 8월 6일에 출시 - 40.17 KBfirefox 59.0 이상에서 작동Using `Reflect.apply` for proxying to reduce bugs. Thanks Mike Samuel!
Show argument types
Better handling of multiple arguments to a function.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.9
2019년 6월 25일에 출시 - 40.01 KBfirefox 59.0 이상에서 작동Features:
* Toggle Eval Villain with key commands
Bug fixes:
Functions are now hooked using `Proxy`. Eval Villain should break fewer pages. Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ProxyGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.8
2019년 6월 13일에 출시 - 40.07 KBfirefox 59.0 이상에서 작동URL Decode bug fixGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.7
2019년 6월 11일에 출시 - 40.01 KBfirefox 59.0 이상에서 작동Fixed bug in query searchGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6
2019년 6월 11일에 출시 - 40.01 KBfirefox 59.0 이상에서 작동Function hooks now handle multiple arguments
Hook `Function` if you want, likely to break webpages though
Bug fixes/improved query searchGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.5
2019년 1월 2일에 출시 - 36.47 KBfirefox 59.0 이상에서 작동Handles malformed URI encoding without breaking code flow.
Having console.log remapped by the page should no longer interfere with output.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4
2018년 8월 14일에 출시 - 36.4 KBfirefox 59.0 이상, android 59.0 ~ 68.*에서 작동* fix URL decode logic bug
* No longer search for URL parameter names.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3
2018년 8월 10일에 출시 - 36.41 KBfirefox 59.0 이상, android 59.0 ~ 68.*에서 작동* fixed a couple RegEx needle highlighting bugs
* fragment and query search now also check if the value has been URL decoded.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.2
2018년 8월 7일에 출시 - 35.91 KBfirefox 59.0 이상, android 59.0 ~ 68.*에서 작동This version just improves the UI some.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.1
2018년 8월 2일에 출시 - 36.06 KBfirefox 59.0 이상, android 59.0 ~ 68.*에서 작동GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0
2018년 8월 2일에 출시 - 36.07 KBfirefox 59.0 이상, android 59.0 ~ 68.*에서 작동GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드