Open in app

Sign In

Write

Sign In

theUnknown
theUnknown

122 Followers

Home

About

Nov 24, 2022

Notes on Brute Force Attacks using Hydra

Part 1 Brute-forcing methods: offline (a.k.a offline password cracking) online (e.g. login forms) I’ve seen people on twitter often mentioning wfuzz and ffuf for login brute-forcing. However, these notes are about the usage of thehydra tool. To install it on your local VM: apt install hydra -y There can be…

Cybersecurity

3 min read

Notes on Brute Force Attacks using Hydra
Notes on Brute Force Attacks using Hydra
Cybersecurity

3 min read


Nov 21, 2022

PyEnv will save your old Python scripts

Setup and usage. About pyenv Python version manager; You can have any/multiple versions of python running on your system, and now you can keep running your old scripts. Install Homebrew brew update brew install pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc echo 'eval "$(pyenv init -)"'…

Python

3 min read

PyEnv will save your old Python scripts
PyEnv will save your old Python scripts
Python

3 min read


Nov 20, 2022

Cyber Kill Chain

Cyber Kill Chain phases described in short notes. An abstract model focused on adversary’s actions and describes phases of cyber attack. Recon Gaining information about the target. Hard data vs Soft data Active vs Passive recon OSINT Email harvesting the process of obtaining email addresses from public, paid, or free services; …

Cybersecurity

3 min read

Cyber Kill Chain
Cyber Kill Chain
Cybersecurity

3 min read


Oct 12, 2022

PowerShell Obfuscation Techniques

One red team test. Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing ~ Helen Keller With…

Infosec

3 min read

PowerShell Obfuscation Techniques
PowerShell Obfuscation Techniques
Infosec

3 min read


Jun 10, 2022

TryHackMe: Bookstore

A Beginner level box with basic web enumeration and REST API Fuzzing. Lessons learned. — The Challenge Description Bookstore is a boot2root CTF machine that teaches a beginner penetration tester basic web enumeration and REST API Fuzzing. Several hints can be found when enumerating the services, the idea is to understand how a vulnerable API can be exploited -source There are two flags to be captured:

Tryhackme

7 min read

TryHackMe: Bookstore
TryHackMe: Bookstore
Tryhackme

7 min read


May 31, 2022

How I passed the CISSP exam

At the time all I knew about it is the name itself and that it is one of the top recognized certifications in the industry. I was told that it will not be easy and that you need to have a certain mindset to pass it. But since there was…

Cissp

4 min read

How I passed the CISSP exam
How I passed the CISSP exam
Cissp

4 min read


May 8, 2022

JavaScript | How Your Tampermonkey Userscript Can Benefit from MutationObserver

Tampermonkey is a game changer when it comes to tampering with your browser. — Tampermonkey exists as a browser extension for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox. This browser extension enables you to create and manage userscripts (written in JavaScript) to modify web pages, for example, changing the layout, adding or removing content or functionality and all things automation.

Tampermonkey

3 min read

JavaScript | How Your Tampermonkey Userscript Can Benefit from MutationObserver
JavaScript | How Your Tampermonkey Userscript Can Benefit from MutationObserver
Tampermonkey

3 min read


Apr 19, 2022

🐍 Python | A very simple progress bar — tqdm

tqdm derives from the Arabic word taqaddum (تقدّم) which can mean "progress," and is an abbreviation for "I love you so much" in Spanish (te quiero demasiado). There are already quite few resources related to how to do things in tqdm(), however they are all describing somewhat complex scenarios, and…

Tqdm

2 min read

Python | A very simple progress bar — tqdm
Python | A very simple progress bar — tqdm
Tqdm

2 min read


Jun 18, 2021

TryHackMe: Steel Mountain

A walkthrough. Start with nmap. nmap -A -vv target_ip You will find web servers on port 80 and 8080. I did reverse image search and got the answer. Another way to do this is to Inspect the page and check the image element. Task 1: Introduction Who is the employee of the month? …

Tryhackme

6 min read

TryHackMe: Steel Mountain
TryHackMe: Steel Mountain
Tryhackme

6 min read


May 4, 2021

TryHackMe: Blue

An educational series on Windows exploitation for complete beginners. A walkthrough. Task 1: Recon We start our recon with scanning the target machine using Nmap. How many ports are open with a port number under 1000? 3 If you run the scan with -A flag it will scan all the ports on the…

Tryhackme

6 min read

TryHackMe: Blue
TryHackMe: Blue
Tryhackme

6 min read

theUnknown

theUnknown

122 Followers

Everything is unknown until it’s known. Self-learner.

Following
  • Code.org

    Code.org

  • Muzli

    Muzli

  • Attila Vágó

    Attila Vágó

  • Joanna Ngai

    Joanna Ngai

  • Daniel Borowski

    Daniel Borowski

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech