Browse Source

removed unused imports

Roman Hergenreder 2 years ago
parent
commit
b034e9c800
1 changed files with 0 additions and 3 deletions
  1. 0 3
      crack_hash.py

+ 0 - 3
crack_hash.py

@@ -1,14 +1,11 @@
 #!/usr/bin/env python
 
 import sys
-import requests
 import subprocess
 import enum
 import re
 import tempfile
 import base64
-import io
-from bs4 import BeautifulSoup
 
 HEX_PATTERN = re.compile("^[a-fA-F0-9]+$")
 B64_PATTERN = re.compile("^[a-zA-Z0-9+/=]+$")