mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-08-24 14:20:03 -04:00
add the stuff floating from other machines
This commit is contained in:
parent
30e65244e2
commit
35788d79e2
252 changed files with 12374 additions and 603 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3gl"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
# given two text, find the difference between them
|
||||
# useful for ciphers, for example vinegere, when
|
||||
|
@ -22,4 +22,4 @@ if __name__ == '__main__':
|
|||
|
||||
index = find_word(A, B)
|
||||
print A[index: index + 15]
|
||||
print B[index: index + 15]
|
||||
print B[index: index + 15]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue