Skip to main content

Questions tagged [networking]

Any kind of communication between computers using a protocol and the infra-structure that allow this communication.

Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

What I'm going to do is writing a client for Half-Life, that can connect to a server, process it's packets and reply with new packets, as if it was a normal game's client. There's plenty of custom ...
Orangelite's user avatar
1 vote
1 answer
85 views

I'm using NEPacketFilterProvider, which intercept all outgoing/incoming packets from all interfaces and protocols. on packet event I get callback to PacketHandler which has the following signature : ...
osxUser's user avatar
  • 111
0 votes
3 answers
204 views

I have this Quadcopter "Garuda" that can stream video to an Android APP named VS FPV PRO over wifi. Here is the video. I wanted to receive the video stream on my laptop to run some computer ...
Anish N.'s user avatar
0 votes
0 answers
76 views

Background I have recently bought a (quite expensive) smart lamp. It is not from a known producer, it's a relatively small company, but they seem to have implemented MQTT in a quite serious way. ...
user3161330's user avatar
0 votes
1 answer
225 views

I'm trying to reverse the network of a game. The commands are strings, however, it's not as easy as getting the function that encrypts the packet, as it's not encrypted, just encoded in its own way, ...
felipebubu's user avatar
0 votes
0 answers
56 views

I'm trying to intercept and locate tcp packets in memory through debugging of windows 10. Suppose I set a break point at TcpReceive, the call stack looks like this kd> kc # Call Site tcpip!...
anonymous bear's user avatar
1 vote
0 answers
230 views

I am missing a piece of the puzzle that is the TCP protocol the Battlefield Bad Company games use to transfer dogtag records to/from the FESL backend. The general packet structure is quite clear and I ...
cetteup's user avatar
  • 11
4 votes
2 answers
355 views

I'm reverse engineering a malware that at some point tries to connect to http://api.ipify.org in order to get the IP address of the infected PC. I was able to replicate this behaviour with a small ...
Luca D'Amico's user avatar
4 votes
0 answers
905 views

Background Looking to answer Is there a way to detect if you're connected via a shared WiFi Hotspot? on apple.stackexchange.com lead me to How does iOS and OS X detect when a Wi-Fi network is a ...
thewade's user avatar
  • 41
2 votes
0 answers
57 views

I would like to perform dynamic analysis on some android apps to check if these apps sending metadata with media files or not. Ideas like the picture below: Step 1: I prepared an image with metadata (...
ThanhLam112358's user avatar
2 votes
0 answers
729 views

Problem I intercepted a gRPC network request from an application, and I intend to modify the contents and resend the message programmatically. As no tools (except for MitmProxy, see below) were able ...
WanderingCoder's user avatar
2 votes
0 answers
151 views

Does anyone know where is log files in the Zyxel nas326? I want to send failed tcp login ip to my server so I know if someone is logging in to my nas and I can block the ip.
UDC's user avatar
  • 31
0 votes
1 answer
251 views

I have a PCAP file (mediafire link to the file) which basically represents packet captures between 2 machines running the same game connected to each other via LAN inside RPCS3 using RPCN. One of ...
PirateApp's user avatar
  • 103
2 votes
0 answers
118 views

I'm trying re-send the packets that an MMO sends to the server just to learn more about packets. The game uses TCP. I sent the same message in the game chat "oi" to analyze the packages sent ...
Rck_'s user avatar
  • 21
0 votes
1 answer
218 views

A client application sends a Modbus 0x08 diagnostics query to Schneider modicun PLC over TCP/IP. The software describes itself as designed for Modicon Micro/Compact/Quantum/Momentum/584/984. Payload ...
chentiangemalc's user avatar

15 30 50 per page
1
2 3 4 5