KKKIsLit / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

capture source and stripLive #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. airmon-ng start wlan1
2. mon0  
3. pyrit -r mon0 -o capturepyrit.cap stripLive

What is the expected output? What do you see instead?

Parsing packets from 'mon0'...
Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/lib/pymodules/python2.6/pyrit_cli.py", line 106, in initFromArgv
    func(self, **options)
  File "/usr/lib/pymodules/python2.6/pyrit_cli.py", line 143, in new_f
    f(*args, **kwds)
  File "/usr/lib/pymodules/python2.6/pyrit_cli.py", line 394, in stripLive
    parser.parse_file(capturefile)
  File "/usr/lib/pymodules/python2.6/cpyrit/pckttools.py", line 366, in parse_file
    for pckt in scapy.utils.PcapReader(pcapfile):
  File "/usr/local/lib/python2.6/dist-packages/scapy/utils.py", line 563, in __init__
    RawPcapReader.__init__(self, filename)
  File "/usr/local/lib/python2.6/dist-packages/scapy/utils.py", line 485, in __init__
    self.f = open(filename,"rb")
IOError: [Errno 2] No such file or directory: 'mon0'

What version of the product are you using? On what operating system?

Debian squeeze, Pyrit SVN, Scapy 2.0.1, RTL8187, Python 2.6

Please provide any additional information below.

Interface   Chipset     Driver

wlan1       Realtek RTL8187L    rtl8187 - [phy0]
                (monitor mode enabled on mon0)

Original issue reported on code.google.com by julien.hautefeuille on 3 Feb 2012 at 6:51

GoogleCodeExporter commented 8 years ago
This error occurs when pyrit is not run as root, as root privileges are 
required to access mon0 directly.

Original comment by aadityab...@gmail.com on 9 Dec 2013 at 3:56