Update 'SSRF.md'

This commit is contained in:
Netflix 2021-02-27 20:57:01 +01:00
parent 291842e2a4
commit bdaa12741b
1 changed files with 1 additions and 7 deletions

View File

@ -209,13 +209,7 @@ if __name__ == '__main__':
```
Ruby
```rb
require 'sinatra'
get '/' do
redirect("http://blacklist_ip")
end
```