projects:cybersecurity:log
Log
2023-05-08
Attended the NUS Bug Bounty pre-event training workshop. Some interesting points:
- Consider the perspective of the organisation hosting the bug bounty program when looking for vulnerabilities, e.g. typically no social engineering to avoid spam to employees
- Bug bounty reporting details: (1) Vulnerability + Conditions + Impact, (2) Proof-of-concept, (3) CVSS.
2023-05-07
Signed up for the NUS Bug Bounty program, which has a workshop for some basic training. Figured might be good to force myself to gradually pick up skills again.
-
- YesWeBurp Burp Suite Extension: For listing current YesWeHack programs
- Hackvertor: For entity parsing
- GoBuster: For web probing,
gobuster
- SqlMap: For SQL probing (
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
, requires Python) - Interactsh: For out-of-band vulnerable server interactions,
interactsh-client
- Hashcat: For breaking password hashes (requires 7zip for unpacking,
sudo apt install 7zip; 7zz x hashcat-6.2.6.7z
)
projects/cybersecurity/log.txt · Last modified: 19 months ago ( 8 May 2023) by justin