From 1cc5a650a54099505f50c9ff7d31c6106a5962c0 Mon Sep 17 00:00:00 2001 From: "Michael R. Lawrence" Date: Tue, 30 Mar 2021 08:12:25 -0500 Subject: [PATCH] fix typos Signed-off-by: Michael R. Lawrence --- app-exploits/traitor/traitor-0.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-exploits/traitor/traitor-0.0.2.ebuild b/app-exploits/traitor/traitor-0.0.2.ebuild index f9f416848..3fe108942 100644 --- a/app-exploits/traitor/traitor-0.0.2.ebuild +++ b/app-exploits/traitor/traitor-0.0.2.ebuild @@ -11,8 +11,8 @@ EGO_PN="github.com/liamg/traitor" inherit golang-vcs-snapshot -DESCRIPTION="Subdomain OSINT Enumeration" -HOMEPAGE="https://github.com/OWASP/Amass" +DESCRIPTION="Automatically exploit low-hanging fruit to pop a root shell. Linux privilege escalation made easy!" +HOMEPAGE="https://github.com/liamg/traitor" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}"