Home
Chirpy
Cancel

Object-Oriented-Programming

It’s some notes about the room : [Python] Comments #This is a comment print("Hello, World!") Strings print("Hello") print('Hello') message = "TRIAL" print(message) Lists mylist = ["ap...

Bash CheatSheet

Bash Script Header (Shebang) Option 1 #!/bin/bash Option 2 #!/usr/bin/env bash

Task-14 [Day 9] Pivoting Dock the halls

It’s a write-up about the room : Try Hack Me - Room : Advent of Cyber 2022 Learning Objectives Using Metasploit modules and Meterpreter to compromise systems Network Pivoting Post exploita...

Scanning Through the Snow

It’s a write-up about the room : Try Hack Me - Room : Intro to Containerisation Task 1 : Learning Objectives Task 2 : What is Scannning Task 3 : Scanning Types Task 4 : Scanning Tecniques Task 5 :...

Wireshark 101

It’s a write-up about the room : Try Hack Me - Room : Wireshark 101 Task 1 : Introduction Task 2 : Installation Task 3 : Wireshark Overview Task 4 : Collectio...

Intro to Containerisation

It’s a write-up about the room : Try Hack Me - Room : Intro to Containerisation Task 1 : Introduction This room is the first of a series explaining the popular technology of containerisation. It ...

Python for Pentesters

It’s a write-up about the room : Try Hack Me - Room : Python for Pentestershttps://tryhackme.com/module/scripting-for-pentesters Task 1 : Introduction Python can be the most powerful tool in our ...

Linux PrivEsc

It’s a write-up about the room : Try Hack Me - Room : Linux PrivEsc Task 1 : Deploy the Vulnerable Debian VM

Regular Expressions

It’s a write-up about the room : Try Hack Me - Room : Regular Expressions Task 1 : Introduction What are regular expression? Regular expressions (or Regex) are patterns of text that we de...

Threat Intelligence Tools

It’s a write-up about the room : Try Hack Me - Room : Threat Intelligence Tools Task 1 : Room Outline This room will cover the concepts of Threat Intelligence and various open-source tools that a...