nmap / npcap

Nmap Project's Windows packet capture and transmission library
https://npcap.com
Other
2.91k stars 509 forks source link

PcapLiveDevice.cpp: sendPacket:628] Error sending packet: send error: PacketSendPacket failed: A device attached to the system is not functioning. (31) #736

Closed Assassin9520 closed 1 month ago

Assassin9520 commented 1 month ago

Describe the Bug: As i am trying to get kernel privileges(on the ps4 system)(on 10.01), I am trying to send a binary that is 3kb in size(stage2.bin)(along with goldhen.bin) by using npcap inside a loader built by community. Doing this works fine. Trying to send this binary file over npcap under windows fails with the next error: [ERROR: /build/_deps/pcapplusplus-src/Pcap++/src/PcapLiveDevice.cpp: sendPacket:628] Error sending packet: send error: PacketSendPacket failed: A device attached to the system is not functioning. (31)

To Reproduce: load pppwngo_loader from his github page. set it to pppwn_cpp and ps4 10.01, choose your ethernet port, connect your ps4 and test internet connection.

Expected behavior: Application should run peacefully until done message at the end without the error above.

Diagnostic information: Windows 11 Pro - 22621.3447 Npcap - v1.79 used i have no npcap logs. All firewall off

Assassin9520 commented 1 month ago

update: installing an older version: 1.6.0 seems to fix this issue under this environment.

Assassin9520 commented 1 month ago

please check above