From 13d444f6f8c8dc66c35c2773e195059baf31583a Mon Sep 17 00:00:00 2001 From: iganbold Date: Sat, 26 Sep 2020 23:44:53 -0700 Subject: [PATCH] Add target blank to external links --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b31b39..4b26b41 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ Offensive Terraform module which creates Kali Linux from the AWS marketplace and installs cloud security tools (Pacu, Cloudsplaining, ScoutSuite). ## Included Cloud Security Tools -- [Pacu](https://github.com/RhinoSecurityLabs/pacu) -- [Cloudsplaining](https://github.com/salesforce/cloudsplaining) -- [ScoutSuite](https://github.com/nccgroup/ScoutSuite) +- [Pacu](https://github.com/RhinoSecurityLabs/pacu){:target="_blank"} +- [Cloudsplaining](https://github.com/salesforce/cloudsplaining){:target="_blank"} +- [ScoutSuite](https://github.com/nccgroup/ScoutSuite){:target="_blank"} ## Included Cloud Tools -- [Docker](https://www.docker.com/) -- [AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/) +- [Docker](https://www.docker.com/){:target="_blank"} +- [AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/){:target="_blank"} ## Requirements -[Subscribe Kali Linux on Marketplace](https://aws.amazon.com/marketplace/server/procurement?productId=8b7fdfe3-8cd5-43cc-8e5e-4e0e7f4139d5) +[Subscribe Kali Linux on Marketplace](https://aws.amazon.com/marketplace/server/procurement?productId=8b7fdfe3-8cd5-43cc-8e5e-4e0e7f4139d5){:target="_blank"} ![Attack Diagram](https://raw.githubusercontent.com/offensive-terraform/terraform-aws-ec2-kali-linux/master/diagram.jpg) @@ -38,8 +38,8 @@ output "ssh_private_key" { ``` ## Author -Module managed by [Itgel (Jack) Ganbold](https://github.com/iganbold) +Module managed by [Itgel (Jack) Ganbold](https://github.com/iganbold){:target="_blank"} [1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) [1]: http://www.twitter.com/itgel_ganbold -Follow me on [![Twitter @itgel_ganbold][1.1]][1] \ No newline at end of file +Follow me on [![Twitter @itgel_ganbold][1.1]][1]{:target="_blank"} \ No newline at end of file