issues Search Results · repo:doyensec/regexploit language:Python
Filter by
16 results
(89 ms)16 results
indoyensec/regexploit (press backspace or delete to remove)Using regexploit as part of a CI/CD action, for instance, it is inconvenient if it triggers an exception if a file doesn
t exit. Ideally it should either print an error message and continue, or exit with ...
dweineha
- Opened on Nov 6, 2024
- #18
Hi, thanks for this library, it s very useful. Having the output in the stdout is great, but for bigger projects it may
not be easy to parse for further analysis or some automation.
This is a request ...
stsewd
- Opened on Feb 9, 2024
- #17
Welcome to Regexploit. Enter your regexes:
([ ]*(?:(?R)[^ ]*)*)
Error parsing: ([ ]*(?:(?R)[^ ]*)*) unknown extension ?R at position 10
No ReDoS found.
nikosvaggalis
- Opened on May 18, 2023
- #15
When a ReDoS vulnerability is found, the exploit string is a regular expression itself. Would it be possible to generate
concrete exploit strings, maybe with the possibility to set the max string length? ...
phreppo
- Opened on Oct 10, 2022
- #14
I found this regex ^\w*a\w*b\w*$, that should lead to a cubic complexity with a string in the form (ab)*-. I m surprised
it doesn t get detected, since it is almost identical to the first example in the ...
MarcoMeinardi
- Opened on Aug 23, 2022
- #13
Hello,
Thank you for the amazing tool. I want to cite your work However, I cannot find the cff file for this repository. Is
there an entry for correctly citing this work? Thanks a lot!
Best, Chengsong ...
hellotommmy
- Opened on Mar 25, 2022
- #12
mrrobinhood996
- 3
- Opened on Nov 18, 2021
- #11
I have two expressions which run too long time:
$ time bin/regexploit
Welcome to Regexploit. Enter your regexes:
(?i:(?:j| #x?0*(?:74|4A|106|6A);?)(?:\t| (?:#x?0*(?:9|13|10|A|D);?|tab;|newline;))*(?:a| ...
airween
- Opened on Nov 11, 2021
- #10
Hi,
I ran into a problem with two regular expressions:
$ bin/regexploit
Welcome to Regexploit. Enter your regexes:
(?i)(?:(?:(?:(?:trunc|cre|upd)at|renam)e|d(?:e(?:lete|sc)|rop)|(?:inser|selec)t|alter|load)\s*?\(\s*?space\s*?\(|,.*?[)\da-f\ ...
airween
- Opened on Nov 11, 2021
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.