From 60ff773d44960b994e63ca6909d2ec76f46c3443 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 26 Feb 2020 15:58:10 -0500 Subject: [PATCH] Closes #345: Use original repository for `RsaCtfTool`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e63647..8d6792d 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ See also [DEF CON Suggested Reading](https://www.defcon.org/html/links/book-list ## CTF Tools * [Pwntools](https://github.com/Gallopsled/pwntools) - Rapid exploit development framework built for use in CTFs. -* [RsaCtfTool](https://github.com/sourcekris/RsaCtfTool) - Decrypt data enciphered using weak RSA keys, and recover private keys from public keys using a variety of automated attacks. +* [RsaCtfTool](https://github.com/Ganapati/RsaCtfTool) - Decrypt data enciphered using weak RSA keys, and recover private keys from public keys using a variety of automated attacks. * [ctf-tools](https://github.com/zardus/ctf-tools) - Collection of setup scripts to install various security research tools easily and quickly deployable to new machines. * [shellpop](https://github.com/0x00-0x00/shellpop) - Easily generate sophisticated reverse or bind shell commands to help you save time during penetration tests.