Explore >> Select a destination


You are here

httptoolkit.com
| | nolanlawson.com
5.8 parsecs away

Travel
| | CatLog is an app I've always been immensely proud of. I wrote the initial version in the span of a weekend, and yet it grew to be my second-biggest Android app, after the now-defunct Pokédroid. Even though it's a pretty esoteric app, and nobody except developers will find it very useful, I'm glad I could...
| | blog.ropnop.com
3.2 parsecs away

Travel
| | Android Nougat changed the default behavior for apps, so installing the Burp CA to user certs no longer works. Here's two ways to bypass it
| | danaepp.com
2.5 parsecs away

Travel
| | Learn how to set up your hacking environment to attack mobile apps & APIs running on modern versions of Android with Burp Suite.
| | janakiev.com
27.6 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.