Skip to content

Instantly share code, notes, and snippets.

View wingzRED's full-sized avatar
🧠
big brain time

wingzRED

🧠
big brain time
View GitHub Profile
# If your tool does not support proxying, this is a manual way to pipe it into Burp.
cat URLS.txt | xargs -P 10 -n 1 curl -k -x http://127.0.0.1:8080/
# https://explainshell.com/explain?cmd=xargs+-P+10+-n+1+curl+-k+-x+http%3A%2F%2F127.0.0.1%3A8080%2F
Scan Configuration Library
- needs more research done here
- perhaps there exist more custom scan configurations out there that can be used?
- can save resources and help you pinpoint a specific class of vulnerability
Consolidate Items before running in Burp Active Scan
@wingzRED
wingzRED / gmaps.html
Created July 9, 2021 04:33
gmaps API key PoC
<!DOCTYPE html>
<html>
<head>
<title>Simple Map</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<style type="text/css">
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {