Projects STRLCPY PCredz Commits b27f7746
🤬
  • ■ ■ ■ ■ ■
    Readme.md
    skipped 24 lines
    25 25  On a debian based OS bash:
    26 26   
    27 27  ```bash
    28  -apt-get install python-libpcap
    29  -```
    30  - 
    31  -Note: You might need to use a previous libpcap version on some distribution:
    32  - 
    33  -```bash
    34  -wget http://mirrors.kernel.org/ubuntu/pool/universe/p/python-libpcap/python-libpcap_0.6.4-1_amd64.deb && dpkg -i python-libpcap_0.6.4-1_amd64.deb
    35  -```
    36  - 
    37  -On Kali, you will need to:
    38  - 
    39  -```bash
    40  -apt-get remove python-pypcap && apt-get install python-libpcap
    41  -```
    42  - 
    43  -### OSX and other distributions
    44  - 
    45  -```bash
    46  -wget http://downloads.sourceforge.net/project/pylibpcap/pylibpcap/0.6.4/pylibpcap-0.6.4.tar.gz
    47  -tar xvf pylibpcap-0.6.4.tar.gz
    48  -cd pylibpcap-0.6.4
    49  -python setup.py install
     28 +apt install python3-pip && pip3 install Cython && pip3 install python-libpcap
    50 29  ```
    51 30   
    52 31  ## Usage
    skipped 6 lines
    59 38  ./Pcredz -d /tmp/pcap-directory-to-parse/
    60 39   
    61 40  # extract credentials from a live packet capture on a network interface
    62  -./Pcredz -i eth0
     41 +./Pcredz -i eth0 -v
    63 42  ```
    64 43   
    65 44  ### Options
    skipped 10 lines
Please wait...
Page is in error, reload to recover