Skip to content

Instantly share code, notes, and snippets.

View Thecave3's full-sized avatar
💣
Limited availability, contact in advance

Andrea Lacava Thecave3

💣
Limited availability, contact in advance
View GitHub Profile
@ErosLever
ErosLever / owasp-risk-rating.html
Last active December 1, 2025 17:31
This is a quick and dirty OWASP Risk Rating Calculator. (demo: https://tinyurl.com/owasp-calculator )
<!-- access this at: https://tinyurl.com/owasp-calculator -->
<html><head>
<style>
@import url('https://fonts.googleapis.com/css?family=Palanquin:400,700&display=swap');
html {
font-size: 16px !important;
}
body {
background-color: #000;
/* background-image: url(https://www.securenetwork.it/assets/images/bg-black.png); */
@Lazza
Lazza / README.md
Last active September 20, 2025 00:34
VPNGate Python script

This script is NOT MAINTAINED

This snippet of code was posted in 2014 and slightly revised in 2016 and 2017. It was more of a quick'n'dirty script than a polished tool. It is made only for Linux and in Python 2, which has since become outdated.

I currently do not use it, and I suggest you avoid it as well. Please do not expect support for using this script.

🔥 If you need an alternative, @glaucocustodio has kindly suggested EasyVPN in this comment.

The rest of the README is left for historical purposed.

@paulallies
paulallies / gist:0052fab554b14bbfa3ef
Last active August 3, 2024 16:45
Remove node_modules from git repo
#add 'node_modules' to .gitignore file
git rm -r --cached node_modules
git commit -m 'Remove the now ignored directory node_modules'
git push origin <branch-name>
twttr.BANNED_PASSWORDS = [
"000000",
"111111",
"11111111",
"112233",
"121212",
"123123",
"123456",
"1234567",
"12345678",