diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-30 11:16:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-30 11:16:49 -0500 |
commit | bd630e496dabdd0ad6c665fd9229f6f8946582c5 (patch) | |
tree | 82d99a8eb34069d054ff5ce02dc2bf5b49d2cecb | |
parent | 99a552c43ada2a7ede2380f34b99f91c3e23043c (diff) | |
download | pwndbtorcredentials-master.tar.lz pwndbtorcredentials-master.tar.xz pwndbtorcredentials-master.zip |
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,10 +23,11 @@ pip install -U -r requeriments.txt ``` ### Usage -```[python] + +```python python3 pwndb_credentials.py -m mail@mail.com ``` -```[python] +```python python3 pwndb_credentials.py -m mail@mail.com -p socks5h://localhost:9050 ``` |