mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Fix code review comments: improve formatting and use placeholder values
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -51,9 +51,10 @@ ldap://127.0.0.1:389
|
||||
tftp://127.0.0.1:69
|
||||
|
||||
# Bypassing filters
|
||||
# Using decimal IP
|
||||
http://2130706433 (127.0.0.1)
|
||||
http://3232235521 (192.168.0.1)
|
||||
# Using decimal IP (127.0.0.1 in decimal)
|
||||
http://2130706433
|
||||
# Using decimal IP (192.168.0.1 in decimal)
|
||||
http://3232235521
|
||||
|
||||
# Using octal IP
|
||||
http://0177.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user