Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LinuxCommands/5-ALittleBitMoreTheory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Read these two resources and take notes. Things should slowly be making
more sense. 

- <https://www.digitalocean.com/community/tutorials/an-introduction-to-networking-terminology-interfaces-and-protocols>
- <https://commotionwireless.net/docs/cck/networking/learn-networking-basics/>
- <https://web.archive.org/web/20240107222517/https://commotionwireless.net/docs/cck/networking/learn-networking-basics>



Expand Down
2 changes: 1 addition & 1 deletion PracticalPackets/2-telnetAnalysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Steps : 
`Assignment:`

1. `What is the standard telnet port?`
2. `What happened when the connection started? This might not work if your ISP is blocking telnet. If this didn't work, `[`bask in this glory.`](https://www.youtube.com/watch?v=q1U6v07v90g)
2. `What happened when the connection started? This might not work if your ISP is blocking telnet. If this didn't work, `[`bask in this glory.`](https://www.youtube.com/watch?v=Dgwyo6JNTDA)
3. What filter is needed to see all traffic between the site and you?
4. What did you see if you follow TCP stream?
5. Were you able to see anything? 
Expand Down
12 changes: 4 additions & 8 deletions PracticalProgramming/0-JustaBitMoreTheory.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@

Finish Cyber Aces Networking:

- [Layer 4 -
Transport](https://tutorials.cyberaces.org/tutorials/view/2-6.html)
- [Layers 5 & 6 - Session and
Presentation](https://tutorials.cyberaces.org/tutorials/view/2-7.html)
- [Layer 7 -
Application](https://tutorials.cyberaces.org/tutorials/view/2-8.html)
- [Inter-Layer Communication &
Conclusions](https://tutorials.cyberaces.org/tutorials/view/2-9.html)
- [Layer 4 - Transport](https://www.youtube.com/watch?v=VPCGd6EOS-k)
- [Layers 5 & 6 - Session and Presentation](https://www.youtube.com/watch?v=rE1-w6lhrKI)
- [Layer 7 - Application](https://www.youtube.com/watch?v=nrZ8kB6vP24)
- [Inter-Layer Communication & Conclusions](https://www.youtube.com/watch?v=OjhwMsQq5oY)



Expand Down