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 want to build a payload that directy consume the subdomain of a host to a payload
Eg /{subdomain}.zip
but the reserved keyword {request.url.host} only give the full domain admin.google.com can't be only the subdomain which is admin
How would you like this problem to be solved?
if you have a keyword to extract the subdomain only, that would be great
or let me know if i missing something, that you could've done this on the current condition
The text was updated successfully, but these errors were encountered:
What is the problem you are trying to solve?
I want to build a payload that directy consume the subdomain of a host to a payload
Eg
/{subdomain}.zip
but the reserved keyword
{request.url.host}
only give the full domainadmin.google.com
can't be only the subdomain which isadmin
How would you like this problem to be solved?
if you have a keyword to extract the subdomain only, that would be great
or let me know if i missing something, that you could've done this on the current condition
The text was updated successfully, but these errors were encountered: