We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c043cc commit edbcb10Copy full SHA for edbcb10
src/exploits/zero-click_exploits/pegasus/file_structure
@@ -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