Skip to content

Instantly share code, notes, and snippets.

View jebitok-dev's full-sized avatar
💭
Available for Hire || Looking for New Opportunities || Fullstack Developer

jebitok-dev

💭
Available for Hire || Looking for New Opportunities || Fullstack Developer
View GitHub Profile
@jebitok-dev
jebitok-dev / hydra-nmap-cheatsheet.md
Last active July 15, 2025 20:05
Cybersecurity - TryHackMe Cheatsheet

🔍 Recon & Enumeration bash Copy Edit

Basic Scan

nmap ip

Full Port Scan

nmap -p- ip

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:minWidth="20dp"
    tools:context=".MainActivity">
    <EditText