diff --git a/_posts/2024-06-13-SSRFmap-axfr.md b/_posts/2024-06-13-SSRFmap-axfr.md index 59acbda..524f3a3 100644 --- a/_posts/2024-06-13-SSRFmap-axfr.md +++ b/_posts/2024-06-13-SSRFmap-axfr.md @@ -190,6 +190,6 @@ docker exec -it example python ssrfmap.py -r examples/request.txt -p url -m axfr This blog post was inspired by these great write-ups of the FCSC 2024 challenges. Have a look at them ! :) -- https://vozec.fr/writeups/pong-fcsc2024-en/ -- https://mizu.re/post/pong -- https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262 \ No newline at end of file +- [https://vozec.fr/writeups/pong-fcsc2024-en/](https://vozec.fr/writeups/pong-fcsc2024-en/) +- [https://mizu.re/post/pong](https://mizu.re/post/pong) +- [https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262](https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262) \ No newline at end of file diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index 12c20ad..04bd487 100755 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -18,6 +18,23 @@ code { font-family:'Bitstream Vera Sans Mono','Courier', monospace; } + +table{ + border-color: rgb(58, 62, 65); + box-shadow: rgba(0, 0, 0, 0.1) 3px 3px; + padding: 7px 7px 7px 10px; + margin: 20px 0 20px 0; + overflow: scroll; + border: 1px solid #ddd; +} + +th, td { + padding: 7px 7px 7px 10px; + margin: 20px 0 20px 0; + border-color: rgb(58, 62, 65); +} + + .highlight .c { color: #586E75 } /* Comment */ .highlight .err { color: #93A1A1 } /* Error */ .highlight .g { color: #93A1A1 } /* Generic */