Open in app
Home
Notifications
Lists
Stories

Write
Sidharth R
Sidharth R

Home

Jun 22, 2021

Scapy — Made Easy

Scapy is a packet manipulation tool for computer networks, originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and replies. …

Python 3

2 min read


Mar 7, 2021

Passage-HackTheBox

This is a write up for the machine “Passage” on HackTheBox. It is medium difficulty level machine. I’d first start by enumerating the target with ‘nmap’ using the following commands nmap -p- --min-rate 10000 -oA nmap_all_tcp 10.10.10.206 nmap -p 22,80 -sC -sV 10.10.10.206

Hackthebox

5 min read

Passage-HackTheBox
Passage-HackTheBox

Mar 2, 2021

Academy-HackTheBox

Hey, this is a write up for ‘the machine Academy’ on HackTheBox. Initially I would start with enumerating the target using nmap. I used the following commands nmap -p- --min-rate 10000 -oA nmap_all_tcp 10.10.10.215 nmap -p 22,80,33060 -sC -sV 10.10.10.215

Academy

5 min read

Academy-HackTheBox
Academy-HackTheBox

Feb 20, 2021

Grandpa — HackTheBox

Hello guys, this is a walkthrough for ‘Grandpa’ from ‘hackthebox’. Whenever I get a machine, I always start with enumerating the target machine using the following ‘nmap’ command: nmap -sV -O -F — version-light 10.10.10.1 4

Hackthebox

3 min read

Grandpa — HackTheBox
Grandpa — HackTheBox
Sidharth R

Sidharth R

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable