Skip to content

Commit

Permalink
Fix navbar link for androx/variants search
Browse files Browse the repository at this point in the history
  • Loading branch information
mepley1 committed Jan 4, 2025
1 parent c39e317 commit e19948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/templates/nav-links-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
<a href="{{url_for('main.hostname_stats', hostname='.cn')}}">Hostname: *.cn</a>
<a href="{{url_for('main.uaStats', ua='%http%://%')}}">User-Agent: Contains URL</a>
<a href="{{url_for('main.bodyStats', body='%25_%25') }}">Body: Any included</a>
<a href="{{url_for('main.bodyStats', body='%25%255B%255D=%25') }}">Body: AndroxGh0st/variants</a>{# '0x%255B%255D=%25' #}
<a href="{{url_for('main.bodyRawStats', body='^.*0x.*5B.*5D.*=.*$') }}">Body: AndroxGh0st/variants</a>

0 comments on commit e19948a

Please sign in to comment.