Skip to content
View sonikumaramukions's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report sonikumaramukions

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
sonikumaramukions/README.md

Typing SVG

Typing SVG



๐ŸŽฎ HACK THE BOX โ€” CAN YOU FIND THE FLAG?

You have SSH access to a vulnerable machine.
Your goal: find the hidden flag.

[soni@kali ~]$ nmap -sV 10.10.10.1
PORT     STATE SERVICE VERSION
22/tcp   open  ssh     OpenSSH 8.2
80/tcp   open  http    Apache 2.4.41
3306/tcp closed mysql

[soni@kali ~]$ curl http://10.10.10.1/robots.txt
User-agent: *
Disallow: /s3cr3t/

[soni@kali ~]$ curl http://10.10.10.1/s3cr3t/
<-- hint found: base64 encoded string below -->
ZmxhZ3tIMVBfSDBQXzN0SDF4X0gxUH0=

[soni@kali ~]$ echo "ZmxhZ3tIMVBfSDBQXzN0SDF4X0gxUH0=" | base64 -d
๐Ÿ”“ Decode the flag โ€” Click to reveal
flag{H1P_H0P_3tH1x_H1P}

[+] Congratulations! You found it. ๐ŸŽฏ
[+] That's how I think every single day.
[+] Welcome to my world. ๐ŸŒ

๐Ÿ‘ค WHO AM I

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  Name   โ†’  Soni Kumar Amukions              โ”‚
โ”‚  Role   โ†’  Ethical Hacker & CTF Player      โ”‚
โ”‚  OS     โ†’  Kali Linux ๐Ÿ‰                    โ”‚
โ”‚  Focus  โ†’  Offensive Security               โ”‚
โ”‚  Status โ†’  ๐ŸŸข Open to Opportunities         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ”— FIND ME

Platform Link
๐Ÿ’ผ LinkedIn linkedin.com/in/YOUR-LINKEDIN-HERE
๐ŸŽฏ TryHackMe tryhackme.com/p/sonikumaramukions
๐Ÿ™ GitHub github.com/sonikumaramukions

LinkedIn TryHackMe GitHub


> Stay curious. Stay ethical. Keep hacking. ๐Ÿ•ต๏ธ

Popular repositories Loading

  1. Text_detection_in_image_using_python Text_detection_in_image_using_python Public

    This project demonstrates how to perform text detection from images using Python. It extracts and identifies text from images using powerful libraries like Tesseract OCR and OpenCV. This can be useโ€ฆ

    Jupyter Notebook 4 1

  2. DBMS_PROJECT_STUDENT_PERFORMANCE_LOOKUP_PROJECT DBMS_PROJECT_STUDENT_PERFORMANCE_LOOKUP_PROJECT Public

    This is database managment project for B-tech students , which contain 6 SQL tables linked through php , frount end was written in html , css and used XAMPP for server SERVER

    PHP 3

  3. Speechtotext Speechtotext Public

    This project contains only one simple python code to convert your speech to text and display it on monitor.

    Python 3

  4. Network-Traffic-Analyser Network-Traffic-Analyser Public

    Network Traffic Analyser is a learning-first tool that lets you see exactly what data is flowing in and out of your computer. Designed to teach cybersecurity and networking through hands-on experieโ€ฆ

    Python 3

  5. first_project first_project Public

    this is practice project for git workshop

    2

  6. IPFS_with_Solidity IPFS_with_Solidity Public

    A decentralized file storage system built using Solidity, IPFS, and MetaMask. This DApp allows users to securely upload files to IPFS and store the corresponding hash on the blockchain. Later, userโ€ฆ

    HTML 2 1