We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
根据sha碰撞https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html import requests import urllib2 sha1 = urllib2.urlopen("http://shattered.io/static/shattered-1.pdf").read()[:500] sha2 = urllib2.urlopen("http://shattered.io/static/shattered-2.pdf").read()[:500]
r = requests.get('http://127.0.0.1/07sha.php/', params={'name': sha1, 'password': sha2}) print r.text
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根据sha碰撞https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html
import requests
import urllib2
sha1 = urllib2.urlopen("http://shattered.io/static/shattered-1.pdf").read()[:500]
sha2 = urllib2.urlopen("http://shattered.io/static/shattered-2.pdf").read()[:500]
r = requests.get('http://127.0.0.1/07sha.php/', params={'name': sha1, 'password': sha2})
print r.text
The text was updated successfully, but these errors were encountered: