diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 252e9db..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: python
-python:
- - "2.7"
-# command to install dependencies
-install: "pip install -r requirements.txt"
-# command to run tests
-script: nosetests
-notifications:
- email: false
diff --git a/DJI_0062.jpg b/DJI_0062.jpg
deleted file mode 100644
index aa5c4e2..0000000
Binary files a/DJI_0062.jpg and /dev/null differ
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index fadf780..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Marina
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
diff --git a/README.md b/README.md
index 1c8624a..0bd1fa9 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-# 👾 Gray Hacker Resources 👾
+# Gray Hacker Resources
-A big bag of Fun. Educational purposes.
-
-
+For fun or profit.
-## ⚡️ Resource Links
+## Resource Links
### * [CTFs and WARGAMES](https://github.com/bt3gl/My-Gray-Hacker-Resources/tree/master/CTFs_and_WarGames)
### * [CRYPTOGRAPHY](https://github.com/bt3gl/My-Gray-Hacker-Resources/tree/master/Cryptography)
@@ -25,7 +23,7 @@ A big bag of Fun. Educational purposes.
----
-### ⚡️ Post-Exploitation
+### Post-Exploitation
* [Metasploit Post Exploitation Command List](https://docs.google.com/document/d/1ZrDJMQkrp_YbU_9Ni9wMNF2m3nIPEA_kekqqqA2Ywto/edit)
@@ -39,7 +37,7 @@ A big bag of Fun. Educational purposes.
----
-### ⚡️ Useful Command Line
+### Useful CLI
#### Searching
@@ -90,7 +88,20 @@ telnet localhost 3000
----
-## ⚡️ References:
+## References:
+
+
+#### Security analyzers and scanners for CI/CD pipelines
+
+* Static code security analyzers: [SonarQube](https://www.sonarqube.org/) (Javascript scanner), [NodeJsScan](https://github.com/ajinabraham/NodeJsScan).
+* Package dependency security analyzers: [Snyk](https://snyk.io/)
+* Docker image security analyzers: [Hadolint](https://github.com/hadolint/hadolint), [Clair](https://github.com/coreos/clair), [Anchore](https://anchore.com/)
+* AWS IAM permission analyzers: [IAM access advisor APIs](https://aws.amazon.com/blogs/security/automate-analyzing-permissions-using-iam-access-advisor/), [PMapper](https://github.com/nccgroup/PMapper).
+* AWS S3 permission analyzers: [s3audit](https://github.com/scalefactory/s3audit).
+* Docker runtime anomaly detection: [Falco](https://hub.docker.com/r/sysdig/falco).
+* Kubernetes policy security analyzers: [RBAC](https://searchsecurity.techtarget.com/definition/role-based-access-control-RBAC).
+* Policy auditing tools: [Rakkess](https://github.com/corneliusweig/rakkess).
+
### Books I Recommend
@@ -112,6 +123,13 @@ telnet localhost 3000
- [Shellcoders Handbook](http://www.amazon.com/The-Shellcoders-Handbook-Discovering-Exploiting/dp/047008023X)
- [Practice Malware Analysis](https://www.nostarch.com/malware)
+
+
+#### Articles:
+* [Continuous security](https://www.infoq.com/news/2019/08/continuous-security/).
+* [How to not get hacked](https://kubernetes.io/blog/2018/07/18/11-ways-not-to-get-hacked/).
+
+
#### Fun
- [Spam Nation](http://www.amazon.com/Spam-Nation-Organized-Cybercrime-Epidemic/dp/1492603236/ref=tmm_pap_swatch_0?_encoding=UTF8&sr=&qid=)
@@ -126,30 +144,8 @@ telnet localhost 3000
-----
-
-## Donate
-
-Hi! I work on this project in my spare time, in addition to my primary job. I hope you enjoy using Gray Hacker Resources. If you do, please, [become my patron 🤝](https://www.patreon.com/bt3gl).
-
-| Patreon | Bitcoin | Ethereum |
-| :--------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: |
-| [Become a patron](https://www.patreon.com/bt3gl) | `1FrPrQb6ACTkbSBAz9PduJWrDFfq41Ggb4` | `0x6aF39C917359897ae6969Ad682C14110afe1a0a1` |
-|
|
|
|
-
-This is your way make a clear statement: **My work is valued.**
-
-I would appreciate your support! _Thank you!_
-
-
-------
-
## License
-
-
-
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
-
When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).