Advertisement ยท 728 ร— 90

Posts by

Good to know ๐Ÿ‘ But regular inbound pentesting is still allowed for API Gateway, only outbound pentesting is prohibited to prevent abuse of their infra

6 months ago 1 0 0 0
Video

#BurpSuite Installing BApp files and refreshing the available extensions in Burp Suite, slightly hidden

8 months ago 0 0 0 0

TIL: When you update your hostname in Linux, always update your /etc/hosts file as well and add an entry with 127.0.0.1. Otherwise, you may encounter a delay when running sudo, which will perform DNS lookups for your hostname ๐Ÿคก

10 months ago 0 0 0 0

New blog post: Long-term Kali Linux usage in VirtualBox. Make sure to always manually install the latest guest additions after each kernel update

soffensive.github.io/posts/variou...

1 year ago 0 0 0 0
Video

If you also missed the new button like me, quickly see your Burp AI credits in the Burp UI at the bottom right:

1 year ago 3 2 0 0
Kali Linux Long Term Usage Part 2: Systemd, Partitions, and Swap Space I am using Kali Linux on a regular basis inside a virtual machine (VirtualBox) and I have maintained my image for a couple of years. Over the last months and years, the booting time got worse and wors...

New blog post: Long-term Kali Linux Usage in VirtualBox: Disk Resizing Issues, Systemd, and Swap Space

soffensive.github.io/posts/variou...

1 year ago 0 0 0 0
Kali Linux Long Term Usage Part 1 I am using Kali Linux on a regular basis inside a virtual machine (VirtualBox) and I have maintained my image for a couple of years. Over the last months and years, the booting time got worse and wors...

New blog post: Long-term usage of Kali Linux in a VM and optimizations. Part 1: Disk Usage

soffensive.github.io/posts/variou...

1 year ago 0 0 0 0
Advertisement

Wondered why my system occupied so much space and it turned out Go consumed a lot for caching over the years...

go clean -modcache
go clean -cache
go clean -testcache
go clean -fuzzcache
Thanks for 30 gigs of space!
scripter.co/cleaning-up-...

1 year ago 1 0 0 0

If you want to use Bruno (www.usebruno.com) with Burp, try this:
export NODE_TLS_REJECT_UNAUTHORIZED=0; bruno
or to allow a specific CA only:
export NODE_EXTRA_CA_CERTS=~/burpca.pem; bruno

The current Bruno UI settings for certificate validation don't work (v2.0.1)

1 year ago 0 0 0 0
Post image

Interesting: this webb app uses the "X-Forwarded-Host" header with the requested URL to built the final URL. The XFH header can include path and parameters, not just the host, and everything is combined.

This gave me an easy 403 bypass at the proxy level, but I wonder what else can be done...

1 year ago 12 2 0 1