-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
Complexity: HighImpact: MediumSpikeA small chunk of work with the objective of gathering information.A small chunk of work with the objective of gathering information.
Description
Spike
Objective
The intention of this spike is to check the difference of HTTP and TCP tunneling mechanism. As per #1540 we concluded that both of them are used in the blackbox tunneling tests and it looks that are more complex then we thought.
The initial idea is to discard HTTP as it uses requests to fulfill its purpose and use TCP, but TCP works only on one hope which is Island -> Victim A -> Victim B.
Scope
- Investigate TCP mechanism, why it doesn't work on multiple hop, how is used in the Island etc.
- Investigate HTTP mechanism, why it doesn't work on Victim B, work required to be removed
( Island -> Victim A -/> Victim B ) - Investigate a new custom proxy plugin ( example. proxy.py )
Output
Issues for implementing a fix for TCP, discarding HTTP or making custom proxy plugin which each of the agents will be it's own Island.
Metadata
Metadata
Assignees
Labels
Complexity: HighImpact: MediumSpikeA small chunk of work with the objective of gathering information.A small chunk of work with the objective of gathering information.