Home
Yuchao Toolbox
Cancel

Pentest+ notes

Tools: cheetsheet https://highon.coffee/blog/penetration-testing-tools-cheat-sheet Scanners Nikto OpenVAS sqlmap Nessus Nmap OSINT WHOIS Nslookup FOCA theHarvester Shodan ...

Algorithm

Link JAVA HashMap Map<Integer, Integer> map = new HashMap<>(); map.containskey(), map.get(), Python HashMap https://docs.python.org/3/tutorial/datastructures.html#dictiona...

htb popcorn

Recon nmap nmap -p- --min-rate 10000 -oA scans/nmap-alltcp 10.10.10.6 nmap -p 22,80 -sC -sV -oA scans/tcpscripts 10.10.10.6 OpenSSH 5.1p1, Apache httpd 2.2.12 —> older than Ubuntu Trusty 1...

Text and Typography

This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Titles H1 - heading H2 - heading H3 - h...

How to write a post

How to write a post Steps: Create post(s) with .md format at zenbro.github.io/_posts Run the bash #! /bin/bash echo inputCommitMessage read commit git clone https://github.c...