@@ -100,7 +100,7 @@ curl.stdout.on('data', function(data) {
100
100
console .log (data);
101
101
});
102
102
// Run: "EX_NUM=1 docker-compose up"
103
- // File: "injection-fundamentals-2/src/1/app.js"
103
+ // File: "ep10- injection-fundamentals-2/src/1/app.js"
104
104
```
105
105
106
106
- Hints
@@ -122,7 +122,7 @@ curl.stdout.on('data', function(data) {
122
122
console .log (data);
123
123
});
124
124
// Run: "EX_NUM=2 docker-compose up"
125
- // File: "injection-fundamentals-2/src/2/app.js"
125
+ // File: "ep10- injection-fundamentals-2/src/2/app.js"
126
126
```
127
127
128
128
- This is an example of Server Side Request Forgery (SSRF)
@@ -321,19 +321,19 @@ Knowledge Dependency Tree
321
321
-------------------------
322
322
323
323
- [Injection Fundamentals: What Is
324
- Injection?](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#injection-fundamentals-what-is-injectionv)
325
- - [Intro](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#intro)
324
+ Injection?](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#injection-fundamentals-what-is-injectionv)
325
+ - [Intro](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#intro)
326
326
- [What Is
327
- Injection?](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#what-is-injection)
327
+ Injection?](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#what-is-injection)
328
328
- [Inject The Shell Context
329
- (Assignment)](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#inject-the-shell-context-assignment)
329
+ (Assignment)](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#inject-the-shell-context-assignment)
330
330
- [Inject The Shell Context
331
- (Answer)](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#inject-the-shell-context-answer)
331
+ (Answer)](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#inject-the-shell-context-answer)
332
332
- [Inject The Shell Context
333
- (Takeaways)](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#inject-the-shell-context-takeaways)
333
+ (Takeaways)](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#inject-the-shell-context-takeaways)
334
334
- [Syntactic
335
- Injection](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#syntactic-injection)
335
+ Injection](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#syntactic-injection)
336
336
- [Evaluating Execution
337
- Contexts](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#evaluating-execution-contexts)
337
+ Contexts](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#evaluating-execution-contexts)
338
338
- [Next
339
- Steps](https://github.com/SecuringTheStack/tutorials/blob /master/injection-fundamentals-1/readme.md#next-steps)
339
+ Steps](https://github.com/SecuringTheStack/tutorials/tree /master/ep9- injection-fundamentals-part -1/readme.md#next-steps)
0 commit comments