Skip to content

Commit edbcb10

Browse files
Create file_structure
1 parent 2c043cc commit edbcb10

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pegasus.github.io/
2+
3+
├── index.html
4+
├── styles.css
5+
├── script.js
6+
├── api/
7+
│ ├── devices.js
8+
│ ├── exploits.js
9+
│ ├── data.js
10+
│ └── settings.js
11+
├── templates/
12+
│ ├── dashboard.html
13+
│ ├── device-management.html
14+
│ ├── exploit-deployment.html
15+
│ ├── data-exfiltration.html
16+
│ └── settings.html
17+
└── assets/
18+
├── images/
19+
├── fonts/
20+
└── js/
21+
├── chart.js
22+
└── other-libraries.js

0 commit comments

Comments
 (0)