Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
Insert Tests
See the README in the Redirect subdirectory before running any of th
e
Test Cases Expected Result
Single Packet
Misdirect Tests
Test Cases Expected Result
The following tests inserting an Iframe into the root page requested by
t
The iframe will occur at the end of the HTML document, just before the
the Iframe. This can be problematic if the size of the packet where the
happens the packet has to be fragmented so that the iframe can be in
se
action can handle cases where the packet has to be framented.
When viewed in a browser, the Iframe
should be invisible. Examining the page
source should show that the Iframe was
inserted immediately before the </body>
tag.
Single Packet,
Fragmented
When viewed in a browser, the Iframe
should be invisible. Examining the page
source should show that the Iframe was
inserted immediately before the </body>
tag.
Mulit Packet
When viewed in a browser, the Iframe
should be invisible. Examining the page
source should show that the Iframe was
inserted immediately before the </body>
tag.
Mult Packet, Fragmented
When viewed in a browser, the Iframe
should be invisible. Examining the page
source should show that the Iframe was
inserted immediately before the </body>
tag.
Ending </body> tag not
found in a root request
An Iframe will not be inserted into the html
source. But performing a second root
request, using a valid page from above
should result in an Iframe being inserted
into the page.
Test the insertion of two iframes into the root response