@@ -160,6 +160,7 @@ url:http://127.0.0.1:8080
160
160
/run/secrets/kubernetes.io/serviceaccount/certificate
161
161
/var/run/secrets/kubernetes.io/serviceaccount
162
162
/var/lib/mlocate/mlocate.db
163
+ /var/lib/plocate/plocate.db
163
164
/var/lib/mlocate.db
164
165
```
165
166
@@ -214,6 +215,8 @@ The following log files are controllable and can be included with an evil payloa
214
215
/var/log/sshd.log
215
216
/var/log/mail
216
217
```
218
+
219
+
217
220
## Labs
218
221
219
222
* [ File path traversal, simple case] ( https://portswigger.net/web-security/file-path-traversal/lab-simple )
@@ -223,11 +226,13 @@ The following log files are controllable and can be included with an evil payloa
223
226
* [ File path traversal, validation of start of path] ( https://portswigger.net/web-security/file-path-traversal/lab-validate-start-of-path )
224
227
* [ File path traversal, validation of file extension with null byte bypass] ( https://portswigger.net/web-security/file-path-traversal/lab-validate-file-extension-null-byte-bypass )
225
228
229
+
226
230
## References
227
231
228
232
* [ Path Traversal Cheat Sheet: Windows] ( https://gracefulsecurity.com/path-traversal-cheat-sheet-windows/ )
229
233
* [ Directory traversal attack - Wikipedia] ( https://en.wikipedia.org/wiki/Directory_traversal_attack )
230
234
* [ CWE-40: Path Traversal: '\\ UNC\share\name\' (Windows UNC Share) - CWE Mitre - December 27, 2018] ( https://cwe.mitre.org/data/definitions/40.html )
231
235
* [ NGINX may be protecting your applications from traversal attacks without you even knowing] ( https://medium.com/appsflyer/nginx-may-be-protecting-your-applications-from-traversal-attacks-without-you-even-knowing-b08f882fd43d?source=friends_link&sk=e9ddbadd61576f941be97e111e953381 )
232
236
* [ Directory traversal - Portswigger] ( https://portswigger.net/web-security/file-path-traversal )
233
- * [ Cookieless ASPNET - Soroush Dalili] ( https://twitter.com/irsdl/status/1640390106312835072 )
237
+ * [ Cookieless ASPNET - Soroush Dalili] ( https://twitter.com/irsdl/status/1640390106312835072 )
238
+ * [ EP 057 | Proc filesystem tricks & locatedb abuse with @_ remsio_ & @_ bluesheet - TheLaluka - 30 nov. 2023] ( https://youtu.be/YlZGJ28By8U )
0 commit comments