Skip to content

Commit

Permalink
edited licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
PeledTomer1 committed Jan 25, 2023
1 parent 8b52171 commit 667faff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file modified PoCs/CVE-2022-34689/Local_demo_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PoCs/CVE-2022-34689/mitm_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# See the License for the specific language governing
# permissions and limitations under the License.
#
#
# mitm_script.py:
# MITM proxy for the TLS handshake of a "real" TLS server, modifying its end certificate.
# The connection is terminated after the client responds to the "Server Hello Done" message.
Expand Down
1 change: 1 addition & 0 deletions PoCs/CVE-2022-34689/serve_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# See the License for the specific language governing
# permissions and limitations under the License.
#
#
# serve_evil.py:
# Nothing more than a regular TLS web server.

Expand Down
1 change: 1 addition & 0 deletions PoCs/CVE-2022-34689/vulnerability_local_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* permissions and limitations under the License.
*/


#pragma comment(lib, "crypt32.lib")

#include <stdio.h>
Expand Down

0 comments on commit 667faff

Please sign in to comment.