You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this really useful, but I'm trying to get strings sequentially to perform some brute force actions. Is it possible to do it? Of course using regex with limited options (not an: a* for example)
Thank you!
The text was updated successfully, but these errors were encountered:
It doesn't appear to be possible to do this with xeger; I needed something similar and ended up writing my own implementation, intxeger which supports this functionality. You can generate all strings that match a particular regex (subject to a constraint on the maximum length of any repeated section).
I found this really useful, but I'm trying to get strings sequentially to perform some brute force actions. Is it possible to do it? Of course using regex with limited options (not an: a* for example)
Thank you!
The text was updated successfully, but these errors were encountered: