Project is now named Celeste
This commit is contained in:
parent
87917f9526
commit
269092fb53
45 changed files with 1507 additions and 12 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import requests
|
||||
|
||||
from imp.constants import PRINTABLE
|
||||
from imp.attacks import paddingoracle
|
||||
from celeste.constants import PRINTABLE
|
||||
from celeste.attacks import paddingoracle
|
||||
|
||||
from Crypto.Util.Padding import pad
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import string
|
||||
|
||||
from imp.attacks import paddingoracle
|
||||
from celeste.attacks import paddingoracle
|
||||
|
||||
from Crypto.Cipher import AES
|
||||
from Crypto.Util.Padding import pad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue