Skip to content

Commit bc0c59b

Browse files
committed
😋😋😋
1 parent 3ee3011 commit bc0c59b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spiderFile/fuckCTF.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ def gen_decorator(gen):
122122
def inner(*args, **kwargs):
123123
return next(gen(*args, **kwargs))
124124
return inner
125-
126-
127-
@gen_decorator
128-
def yield_new_password():
129-
strings = list("abcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()")
130-
yield "".join(random.choices(strings, k=6))
131125

132126

133127
def yield_usernames(n):

0 commit comments

Comments
 (0)