Bugku-web-秋名山老司机计算式子的值然后使用post方法传值。直接脚本跑。

import  requests
import re
url = "http://123.206.87.240:8002/qiumingshan/"
s = requests.session()
htmlsource = s.get(url).text
exp = re.search(r'(\d+[+\-*])+(\d+)',htmlsource).group()
post = {'value':eval(exp)}
a = s.post(url,data=post)
print(a.text)

Bugku-web-秋名山老司机

 

 

 

 

相关文章:

  • 2021-04-23
  • 2021-11-22
  • 2022-02-07
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-06-16
  • 2021-05-16
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-09-21
  • 2021-12-12
  • 2021-04-20
  • 2021-06-19
相关资源
相似解决方案