Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safe-target variable implementation #175

Merged
merged 5 commits into from
Jun 22, 2023
Merged

Safe-target variable implementation #175

merged 5 commits into from
Jun 22, 2023

Conversation

prodigysml
Copy link
Collaborator

_safe-target_ was implemented within this PR. Example code:

> cat i
;cat</etc/passwd;
http://aol.com
';cat</etc/passwd;'
";cat</etc/passwd;"
"';cat</etc/passwd;'"
> interlace -tL i -c "echo _safe-target_" --no-cidr --sober                                                            ✔ 
=====================================================
Interlace v1.9.7	by Michael Skelton (@codingo_)
                  	& Sajeeb Lohani (@sml555_)
=====================================================
[12:40:57] [THREAD] [echo ';cat</etc/passwd;'] Added to Queue
[12:40:57] [THREAD] [echo "';cat</etc/passwd;'"] Added to Queue
[12:40:57] [THREAD] [echo ';cat</etc/passwd;'] Added to Queue
[12:40:57] [THREAD] [echo ";cat</etc/passwd;"] Added to Queue
';cat</etc/passwd;'

;cat</etc/passwd;

[12:40:57] [THREAD] [echo 'http://aol.com'] Added to Queue
;cat</etc/passwd;

;cat</etc/passwd;

http://aol.com

@prodigysml prodigysml requested a review from codingo April 8, 2023 02:41
@prodigysml
Copy link
Collaborator Author

Big shoutout to ryotkak, pry0cc, and 0xtavian for notifying us of the issue and spitballing ideas of the fix! You're an epic bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants