BugKuCTF WEB web3
生活随笔
收集整理的這篇文章主要介紹了
BugKuCTF WEB web3
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
http://123.206.87.240:8002/web3/
題解:
似乎彈框死循環
查看源代碼
<html> <head> <title>BKCTF-WEB3</title> <script language="javascript"> alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); alert("flag就在這里"); alert("來找找吧"); <!--KEY{J2sa42ahJK-HS11III}--> </script> </head> </html>得到Unicode編碼
KEY{J2sa42ahJK-HS11III}?手動解碼
KEY{J2sa42ahJK-HS11III}HTML解碼
編寫網頁
另存為后綴名為“.html”的網頁文件,然后再瀏覽器中打開
?
Python腳本解碼
s='KEY{J2sa42ahJK-HS11III}' key=s.split(';') flag='' for i in key:flag+=chr(int(i[2:])) print flag?Unicode轉ASCll解碼器
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的BugKuCTF WEB web3的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: BugKuCTF WEB 矛盾
- 下一篇: BugKuCTF WEB 域名解析