CTF經常使用腳本(長期更新)

CTF經常使用腳本(長期更新) 1.長串字符串兩兩分割 def long_to_2(str_): for i in range(0,len(str_)+1,2): print(str_[i:i+2]) 效果: python 字符串分割後,常轉換爲十六進制輸出。web trick:不換行輸出 Python2 print ‘xxx’, Python3 print(‘xxx’, end=
相關文章
相關標籤/搜索