mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-10 17:59:16 +00:00
Removed details about commits
This commit is contained in:
@@ -19,8 +19,6 @@ DETAIL_USER_NOTICE_STRING="""%s
|
|||||||
|
|
||||||
Size of a complete clone of SecLists is currently at `%s`
|
Size of a complete clone of SecLists is currently at `%s`
|
||||||
|
|
||||||
Latest [commit](%s) was made on %s by %s
|
|
||||||
|
|
||||||
Cloning this repository should take %i-%i minutes at 5MB/s speeds.
|
Cloning this repository should take %i-%i minutes at 5MB/s speeds.
|
||||||
|
|
||||||
%s
|
%s
|
||||||
@@ -81,4 +79,4 @@ if re.match(DETAILS_ANCHOR_REGEX,readme_contents,flags=re.DOTALL):
|
|||||||
readme_contents=re.sub(DETAILS_ANCHOR_REGEX,DETAIL_USER_NOTICE_STRING,readme_contents,flags=re.DOTALL)
|
readme_contents=re.sub(DETAILS_ANCHOR_REGEX,DETAIL_USER_NOTICE_STRING,readme_contents,flags=re.DOTALL)
|
||||||
open("README.md","w").write(readme_contents)
|
open("README.md","w").write(readme_contents)
|
||||||
|
|
||||||
print("[+] Wrote README.md!")
|
print("[+] Wrote README.md!")
|
||||||
|
|||||||
Reference in New Issue
Block a user