Re-read the BBP brief (contains rules of engagement) AFTER you have written your bug report
Explain the vulnerability’s impact to program owners
Include a PoC
Prioritize vulnerabilities
P1
Critical
privilege escalation, sensitive data exfiltration, Remote Code Execution
P2
Severe
vulns that affect the security of the platform
P3
Moderate
vulns that affect multiple users and require little or no user interaction
P4
Low
vulns that affect single users and require user interaction
P5
Informational (Won’t fix)
no exploitable vulnerabilities and usually will not be fixed by the program
- **Explain why** the BBP should take action and **remediate** the bug
- **Explain if** the bug requires victim **interaction**
- If it does, are you able to bypass any security controls?
- Explain if the bug **affect single or multiple users**
- Can you **chain multiple bugs** to **increase their impact**? (Impact is linked to bug rewards and points)
Explain the bug’s criticality
Do not submit bugs lower that a P3 priority, especially not Won’t fix bugs (It affect your average vulnerability severity score. P3 and higher bugs increase your chance of being selected for private programs)
Blink Shell is an ssh & mosh client for iOS that doesn’t require JailBreak. It allows roaming and supports intermittent connectivity (perfect for mobiles)
RaspberryPi with DietPi
DietPi is a lightweight Debian OS for RaspberryPi
Enable SSH
Install MOSH (jump box)
MOSH is similar to SSH as a remote terminal application
Configure port forwarding from your public IP to your internal DietPi IP
Public TCP port 22 to Private TCP port 22
Public UDP port 60000-60010 ro Private UDP port 60000-60010
=> to be able to access internal machines when outside the house
Use a Dynamic DNS service or domain name to point to your public IP
Caleb had a GoDaddy domain and used a script + cron job to interact with GoDaddy’s API
Use the DietPi jumpbox to SSH into boxes on your internal network based on need
Use tmux to multiplex and keep track virtual consoles
If you have any questions or suggestions, please leave a comment at the bottom of this page, a tweet or a message via our [contact page]({{ site.url }}{{ site.baseurl }}/contact.html).
See you next time!