Skip to content

Commit 4770156

Browse files
committed
add RomHack2022 slides and demos
1 parent ebca730 commit 4770156

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1759
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ No data is sent or shared with Prima Assicurazioni.
8484
- creating new rules
8585
- improving the overall quality
8686

87+
## Presentations
88+
89+
- RomHack 2022
90+
- [Slides](https://github.com/primait/nuvola/tree/master/assets/slides/RomHack_2022-You_shall_not_PassRole.pdf)
91+
- [Demos](https://github.com/primait/nuvola/tree/master/assets/demos/)
92+
8793
## License
8894

8995
nuvola uses graph theory to reveal possible attack paths and security misconfigurations on cloud environments.

assets/demos/.gitignore

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# Local .terraform directories
3+
**/.terraform/*
4+
5+
# .tfstate files
6+
*.tfstate
7+
*.tfstate.*
8+
9+
# Crash log files
10+
crash.log
11+
12+
# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
13+
# .tfvars files are managed as part of configuration and so should be included in
14+
# version control.
15+
#
16+
# example.tfvars
17+
18+
# Ignore override files as they are usually used to override resources locally and so
19+
# are not checked in
20+
override.tf
21+
override.tf.json
22+
*_override.tf
23+
*_override.tf.json
24+
25+
# Include override files you do wish to add to version control using negated pattern
26+
#
27+
# !example_override.tf
28+
29+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
30+
# example: *tfplan*
31+
32+
.terraform.lock.hcl
33+
*.yaml
34+
*.sh

assets/demos/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Demos
2+
3+
Here you can find a list of privilege escalations scenarios.

0 commit comments

Comments
 (0)