Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

IndexError: Layer [Raw] not found #234

Closed
usama7628674 opened this issue Jun 7, 2017 · 1 comment
Closed

IndexError: Layer [Raw] not found #234

usama7628674 opened this issue Jun 7, 2017 · 1 comment

Comments

@usama7628674
Copy link

#233 error before capturing http sites logs

OUTPUT
[root@parrot]─[~/Desktop/WiFi-Pumpkin-master]
└──╼ #python wifi-pumpkin.py
Loading GUI...
WiFi-Pumpkin Running!
[New Thread 140051656095488 (Dns2proxy::Capture)]
[New Thread 140051664488192 (Netcreds::Credentials)]
[New Thread 140051564054272 (Netcreds::Urls)]

[] Loading debugging mode
[
] Current Session::ID [NzAxMzk=]
[] Configuring hostapd...
[
] enable forwarding in iptables...
[] Configuring dhcpd...
[
] Sharing Internet Connections with NAT...
[New Thread 5953 (hostapd)]
[New Thread 5955 (Dns2Proxy)]
SSLstrip v0.9 + POC by Leonardo Nve

[*] TCPProxy running on port 80/8080:

TCPProxy::ftp status:On
TCPProxy::hexdump status:On
TCPProxy::kerberos status:On
TCPProxy::httpCap status:On
TCPProxy::imageCap status:On
TCPProxy::summary status:On
TCPProxy::emails status:On


AP::[PumpAP] Running...
AP::BSSID::[00:c0:ca:84:ad:95] CH 11
Traceback (most recent call last):
File "/root/Desktop/WiFi-Pumpkin-master/core/servers/proxy/tcp/intercept.py", line 43, in run
self.main()
File "/root/Desktop/WiFi-Pumpkin-master/core/servers/proxy/tcp/intercept.py", line 94, in main
self.plugins[Active].filterPackets(pkt)
File "/root/Desktop/WiFi-Pumpkin-master/plugins/analyzers/httpCap.py", line 87, in filterPackets
self.load = pkt[Raw].load
File "/usr/lib/python2.7/dist-packages/scapy/packet.py", line 817, in getitem
raise IndexError("Layer [%s] not found" % lname)
IndexError: Layer [Raw] not found

  • Card wireless adapters name (please check if support AP/mode):ALFA AWUS036NHA
  • Version used tool: Wifi-Pumpkin 0.8.5
  • Virtual Machine (yes or no and which): no
  • Operating System and version: parrot os 3.6
@usama7628674 usama7628674 changed the title Running plugin SSLStrip+Dns2-Proxy IndexError: Layer [Raw] not found Jun 8, 2017
@BigJ80
Copy link

BigJ80 commented Jun 8, 2017

Probably the same here after 1-2 minutes running with default pumpkin proxy and settings:

[*] TCPProxy running on port 80/8080:

TCPProxy::ftp status:On
TCPProxy::hexdump status:On
TCPProxy::kerberos status:On
TCPProxy::httpCap status:On
TCPProxy::imageCap status:On
TCPProxy::summary status:On
TCPProxy::emails status:On


AP::[PumpAP] Running...
AP::BSSID::[d6:09:a3:c3:47:a5] CH 9
Traceback (most recent call last):
File "/root/WiFi-Pumpkin/core/servers/proxy/tcp/intercept.py", line 43, in run
self.main()
File "/root/WiFi-Pumpkin/core/servers/proxy/tcp/intercept.py", line 94, in main
self.plugins[Active].filterPackets(pkt)
File "/root/WiFi-Pumpkin/plugins/analyzers/httpCap.py", line 87, in filterPackets
self.load = pkt[Raw].load
File "/usr/lib/python2.7/dist-packages/scapy/packet.py", line 817, in getitem
raise IndexError("Layer [%s] not found" % lname)
IndexError: Layer [Raw] not found

Card wireless adapters name (please check if support AP/mode): TP-Link TL722N
Version used tool: Wifi-Pumpkin 0.8.5
Virtual Machine (yes or no and which): no
Operating System and version: Kali 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants