6
votes
4answers
314 views

Worst case scenario of having the ability to remotely write files to disk as admin

I'm working on creating a program ("My Program") that will communicate with another program ("Their Program") via XML commands over a raw TCP/IP connection. Their program allows files to be written to ...
4
votes
2answers
676 views

Fuzzing with SPIKE - the \r\n not being taken into account

I would like to fuzz FTP protocol, and currently I have the following: s_read_packet(); s_string("USER test\r\n"); s_read_packet(); s_string("PASS test\r\n"); s_read_packet(); I've also tried ...
4
votes
1answer
345 views

Hubs, Switches, and Bridges - Flaws and Security Superiority

It just isn't clear to me which choice is good for creating small/intermediate networks. I know one of flaws of Hubs is that they send all packets to all nodes connected to it, in contrast to Switch ...
-2
votes
2answers
123 views

Under what circumstances can two computers receive packets at the same public IP address? [closed]

Under what circumstances could two completely different machines receive packets at the same class C IP address that is not within the IANA-reserved private IPv4 network ranges?