Jul 12Routing/Networking VMs Traffic on VPNWhen working on CTFs, usually people use kali/parrot but sometimes also need to run Windows VM for some functionality that’s probably easier using windows. But It is very painful to disconnect VPN from one OS to another. …Htb3 min read
Nov 14, 2020HowTo Setup Local CVE API Servercve-search After getting fed up of going through every CVE, needed something to make my life easy. Doing some googling i found this SANS article. So i thought of giving it a try. If you follow this hopefully will work without issues. Ubuntu 20.04.1 LTS Server Update the package list: jsinix@scriptor:~ sudo apt update…2 min read
Published in HackTheBox WriteUps By — jsinix·Oct 17, 2020Hack The Box :: ActiveGroup policy embedded password | kerberoasting Run nmap confirms its a domain controller Enum the shares2 min readHack The Box :: ActiveGroup policy embedded password | kerberoastingRun nmap confirms its a domain controllerEnum the shares----
Published in HackTheBox WriteUps By — jsinix·Oct 16, 2020Hack The Box :: JerryDefault credentials Run nmap and get the service running on 80802 min readHack The Box :: JerryDefault credentialsRun nmap and get the service running on 8080----
Published in HackTheBox WriteUps By — jsinix·Oct 16, 2020Hack The Box :: BountyHTTP Upload File Restriction | UnPatched OS Run nmap and then gobuster to discover the transfer.aspx webpage Looks like png and jpeg are allowed but when trying .aspx extension its blocked.3 min readHack The Box :: BountyHTTP Upload File Restriction | UnPatched OSRun nmap and then gobuster to discover the transfer.aspx webpageLooks like png and jpeg are allowed but when trying .aspx extension its blocked.----
Published in HackTheBox WriteUps By — jsinix·Oct 15, 2020Hack The Box :: SundayCareless sudo permissions Run nmap, looks like finger is open that can be used to do some recon. Also running a service scan tells that SSH is running on non standard port.2 min readHack The Box :: SundayCareless sudo permissionsRun nmap, looks like finger is open that can be used to do some recon.Also running a service scan tells that SSH is running on non standard port.----
Published in HackTheBox WriteUps By — jsinix·May 2, 2020Hack The Box :: BashedPHP unrestricted web shell Run NMAP Only a web server. Running dirb on it2 min read
Published in HackTheBox WriteUps By — jsinix·May 2, 2020Hack The Box :: Sensepfsense | default credentials | exposed unattended files Run NMAP to see what the machine is running Visiting the web server gives pfsense login page. It doesnt accept default credentials admin/pfsense. Running directory recon on the web server.2 min read
Published in HackTheBox WriteUps By — jsinix·May 2, 2020Hack The Box :: ShockerShellShock | Sudo Run nmap Since the name suggested it might be related to shellshock lets try to find some cgi script that we can target.2 min read
Published in HackTheBox WriteUps By — jsinix·Apr 30, 2020Hack The Box :: BankVirtual Hosting | DNS Recon | File Upload Sanitization Starting win a NMAP scan Starting with visiting the web page gives a default page.3 min read