Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE — Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689. | Kitploit
Tools/GitHubGitHub/lumberjackstorys/cve
Exploit FrameworksiOS SecurityVulnerability AnalysisExploitationMobile Security
GitHublumberjackstorys/cve

CVE

Proof-of-concept app to overwrite fonts on iOS using CVE-2022-46689.

View Repository
41 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Control Tower Notification Enabler

This cdk package installs a Lambda function, with an associated IAM role, and subscribes the Lambda function to Control Tower aggregate security notifications. In the event of a Control Tower rule violation (e.g. publicly accessible S3 bucket), the Lambda sends a notification to a web hook.

Prerequisites

  • Admin access to the organization. This is used to assume the control tower role in the audit account
  • AWS CDK installed
  • Version 2 of the AWS Cli

MacOS / Linux

To enable the notifications on a mac or linux, run the install.sh script as an administrative user. The script takes 3 parameters

  1. The aws account account number
  2. The webhook URL the notifications will be posted too
  3. Optional name of Gaurdrail configRuleName(s) you want notification for. Separate multiple rules with comma. Use ALL_RULES for notifciation of all Guardrails

sample command line:

root@kitploit:~
. install.sh 123456789012 https://mywebhookURL ALL_RULES

Windows

To enable the notifications on a windows machine, from install.ps1 from a powershell window. The script takes 3 parameters

Download Tool
  1. The aws account account number
  2. The webhook URL the notifications will be posted too
  3. Optional name of Gaurdrail configRuleName(s) you want notification for. Separate multiple rules with comma. Use ALL_RULES for notifciation of all Guardrails

Sample command line:

root@kitploit:~
.\install.ps1 -AWSAduitAccountNumber '123456789012' -WebHookURL 'https://mywebhookURL.com/' -RuleFilter ALL_RULES