iScsc

iScsc's blog: a place where to publish blog posts on Computer Science subjects YOU like!

  • About
  • Events
  • Resources
  • Posts
  • Recent
  • 4-Way Handshake - Wifi Authentication
  • Hack into WiFi networks with a De-Authentication attack
  • WU Chall Base32 - THCon
  • Manage fork repository locally and remotely
  • Minishell (pwn) Write-Up CTF ThCon 2024

powered by Hugo | themed with poison
© 2025 iScsc Blog. All rights reserved.

4-Way Handshake - Wifi Authentication

clementS - October 10, 2024 - 7 mins read
  • network
  • wifi
In this article, you will learn how authentication works in WPA/WPA2 based networks

Hack into WiFi networks with a De-Authentication attack

clementS - June 3, 2024 - 4 mins read
  • hacking
  • wifi
  • network
  • bruteforce
In this article, we will demonstrate how to perform a basic WiFi attack with aircrack-ng by forcing a client to de-authenticate, retrieving the password hash, and finally bruteforcing the password.

WU Chall Base32 - THCon

clementS - April 29, 2024 - 2 mins read
  • THCon
  • write-up
  • FR
  • Supwn
Understand basics of encoded strings to reverse base32

Manage fork repository locally and remotely

Zyno - April 16, 2024 - 6 mins read
  • git
  • github
Learn how to make and use forks in order to contribute to public repositories or for your own curiosity!

Minishell (pwn) Write-Up CTF ThCon 2024

ctmbl - April 7, 2024 - 6 mins read
  • pwn
  • introduction
  • write-up
  • Supwn
Good introduction to basic heap buffer overflow through a custom vulnerable minimalistic shell in C

Trying to make an online multiplayer minigame

Zyno - March 11, 2024 - 22 mins read
  • iscsc
  • python
  • network
A simple article to explain how we made a multiplayer online game using python and what we learnt while doing it, from the very basic use of sockets, to the different communication protocols and a bit of optimization.

Publish your own post! (in Markdown)

ctmbl - February 19, 2024 - 4 mins read
  • iscsc
  • blog
  • markdown
  • GitHub

This blog aims to be open to everyone, not only iScsc members.
Here is a little tutorial to show how to write and publish your own article 😉

It is composed of 4 sections:

Read More…

Bofbof (intro pwn) Write-Up CTF FCSC 2021

Tristan Baldit - February 14, 2024 - 6 mins read
  • pwn
  • introduction
  • write-up
  • FR
Bonne introduction aux stack buffer overflow classiques sur thème d’OSS 117

Write-up de 'A l'envers' - FSCS 2022

Thomas Roberge - February 14, 2024 - 3 mins read
  • introduction
  • programming
  • pwntools
  • write-up
  • FR
Initiation à Pwntools

Use Docker's bind mounts to build a persistent log system

FireFrozen - September 19, 2023 - 4 mins read
  • docker
  • volume
  • bind mounts
  • logs
Persist data after container’s death and share data with the host or accross containers through Docker’s bind mounts feature

1 2 Next »