mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-16 13:42:14 -04:00
remove dead urls, clean up readme
This commit is contained in:
parent
323465161a
commit
bede0e3e79
251 changed files with 12365 additions and 627 deletions
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Adapted from Filippo Valsorda's tutorial
|
||||
Marina Wahl, august/2014
|
||||
bt3gl, 2014
|
||||
"""
|
||||
|
||||
from md5 import MD5
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Flask==0.10.1
|
||||
requests==2.3.0
|
||||
Flask==2.2.5
|
||||
requests==2.32.2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "bt3gl"
|
||||
|
||||
|
||||
'''
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "bt3gl"
|
||||
|
||||
'''
|
||||
Calculate the MD5 checksum of a file.
|
||||
|
@ -18,4 +18,4 @@ def get_file_checksum(filename):
|
|||
if len(chunk) == 0:
|
||||
break
|
||||
h.update(chunk)
|
||||
return h.hexdigest()
|
||||
return h.hexdigest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue