Update C2Integration.md

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Tim Carrington 2020-03-05 14:37:48 +00:00
parent 14b9918179
commit e7ef235fbd
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ MWR::ByteView MWR::C3::Interfaces::Connectors::Covenant::GetCapability()
``` ```
The resulting form is shown in the next figure. Note that no changes were made to the actual web interface of C3. The resulting form is shown in the next figure. Note that no changes were made to the actual web interface of C3.
<img src="./Usageimages/figure1.png" /> <img src="./UsageImages/figure1.png" />
**Stage 2 - Handle User Input** **Stage 2 - Handle User Input**
@ -282,7 +282,7 @@ The second step involves parsing the user supplied data and then fudging a reque
``` ```
The final 2 lines of the Covenant connector's constructor may cause confusion. The listener that is created does not expect direct connections from Grunts. Instead, the C2Bridge project is meant to be used as a middle man. This is demonstrated in the Video here https://www.youtube.com/watch?v=0TVFBy_QXaI&feature=youtu.be. The final 2 lines of the Covenant connector's constructor may cause confusion. The listener that is created does not expect direct connections from Grunts. Instead, the C2Bridge project is meant to be used as a middle man. This is demonstrated in the Video here https://www.youtube.com/watch?v=QDnDaVgnSuA&amp=&feature=youtu.be
## Payload Generation ## Payload Generation