-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd8a1e6
commit 0cb2d3d
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 📜 Configs | ||
|
||
- [dom-invader.json](dom-invader.json): Inspired by the [DOM Invader](https://portswigger.net/burp/documentation/desktop/tools/dom-invader) default configuration. Gathers information about many sinks depending on your canaries. | ||
- [leverage-innerHTML.json](leverage-innerHTML.json): Useful to search for gadgets in case of sanitized HTML input. | ||
- [server-side-path-reflexion.json](server-side-path-reflexion.json): Sometimes the backend reflects the path in single quotes. This can be more easily detected and leveraged using this config. |