Questions tagged [packet-injection]

18 questions
5
votes
2 answers

Is there a tool to modify HTTP packet on the fly?

Wireshark is good, but it doesn't allow you to change the content of the packet. Is there a tool to do this job?
fms
  • 91
  • 1
  • 3
  • 5
2
votes
1 answer

TP Link TL-WN722NC (Atheros AR9271L) monitor mode and packet injection

I was looking for a USB wireless card for my android phone with NetHunter installed (since my current one doesn't support monitor mode and packet injection) that supports monitor mode and packet injection. I found this: TP Link TL-WN722NC. It has an…
1
vote
1 answer

ICMP injection failure with nemesis on Mac OS

This started with a simple task, send an ICMP package of type 8 and code 0 to a host in my network. Since I use my Mac for everything I installed nemesis using macports and tried the following command. sudo nemesis icmp -i 8 -c 0 -P ./payload -D…
1
vote
1 answer

Why aren't there any access points found in the output from aireplay-ng while I can see two access points in the output of airodump-ng?

I connect my PC to the internet via ethernet cable and intend to use my WiFi only for pentesting. lspci | grep -i wi returns 03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) ip l returns 3: wlp3s0:…
1
vote
2 answers

How do I know if my wireless card is capable of packet injection?

I have this wireless card: http://www.edimax.com/en/produce_detail.php?pd_id=8&pl1_id=1&pl2_id=44 and I'm not sure if it supports packet injection. How can I find this out? Running OSX Leopard
1
vote
1 answer

Close a TCP connection using nmap

I am trying to close connections in command line. For instance, I am trying to close my SSH connection with this Nmap command: $ sudo nmap -p 22 --scanflags RST $ sudo nmap -p 22 --scanflags FIN Once a…
0
votes
1 answer

aireplay - reading but not sending

I'm trying aircrack injection, everything is working I authenticated, but aireplay is not working aireplay-ng -3 -b 00:12:2A:01:74:05 -h 78:e4:00:87:71:8b mon0 18:53:03 Waiting for beacon frame (BSSID: 00:12:2A:01:74:05) on channel 7 Saving ARP…
oneat
  • 3,401
0
votes
1 answer

Does the ASUS U36SG wifi card support packet injection?

The title basically says it all; does the integrated wireless networking card in ASUS U36SG support packet injection? It has an Intel HM65 Express chipset, but I've been unable to find out if it has injection support.. Please note that I want to…
yzfr1
  • 417
0
votes
1 answer

How to configure an external wireless network card in windows 7

I have a external wireless card of D-Link, which I generally use in Linux Mint. But I wanna use it in windows too. After spending a lot of time googling, i realized that configuring it in windows (just like the ifconfig and iwconfig commands in…
0
votes
0 answers

Wifi Monitor mode with 802.11b only and fixed Data Rate

Hi All i have put my wifi dongle in monitor mode and receive only 802.11b packets in ubuntu machine. sudo ifconfig wxc12003 down sudo iw dev wxc12003 set monitor otherbss fcsfail sudo ifconfig wxc12003 up sudo iw wxc12003 set channel 3 HT20 I…
0
votes
0 answers

Ralink MT7601U Wi-Fi USB adapter failed to set master mode

I'm using virtualbox with installed latest Kali linux for Wifi related stuff for education purpose only where I using MT7601U chipset for same. fluxion tool for Captive Portal in client end also tried to usedhostapd but both are not working because…
0
votes
2 answers

How can I know if my WiFi network card supports packets injection?

The card is Intel Centrino Advanced N-6200. [ http://www.intel.com/network/connectivity/products/wireless/adapters/6200-6300/ ] I need it to inject packets, so I run search in google to check it it's supports packet injection, but couldn't find…
Tamir
  • 373
0
votes
1 answer

Why am I experiencing extreme packet loss?

Out of nowhere I have begun seeing large amounts of packet loss. I made sure I am up to date with any updates including drivers and everything says it's up to date. I use an ethernet cord with a private network and it still seems to be terrible. On…
0
votes
1 answer

Modify network packets on the fly according to rules

I tried to ask security or networking professionals but my question was rejected as off-topic twice, so this is my last try. I have Windows 10 machine with 3 gateways and I'd like to route packets from different apps to different gateways according…
maaboo
  • 11
  • 4
0
votes
2 answers

How can one send packets or files on a LAN IP without it being wanted by the receiving computer

I don't know if it is possible but I want to know if someone connected on your LAN can send a file to you by just knowing your LAN IP addresses. I mean without you putting the computer in listening state at a specific port?
1
2