Skip to content

Instantly share code, notes, and snippets.

@zx0r
zx0r / Awesome-Pentest.md
Created February 3, 2025 15:09 — forked from lakmalrupasinghe/Awesome-Pentest.md
Awesome-Pentesting

Awesome Penetration Testing Awesome

A collection of awesome penetration testing resources.

Penetration testing is the practice of launching authorized, simulated attacks against computer systems and their physical infrastructure to expose potential security weaknesses and vulnerabilities.

Your contributions and suggestions are heartilyβ™₯ welcome. (βœΏβ—•β€Ώβ—•). Please check the Contributing Guidelines for more details. This work is licensed under a Creative Commons Attribution 4.0 International License.

This project is supported by Netsparker Web Application Security Scanner

@zx0r
zx0r / README.md
Created February 3, 2025 15:31 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@zx0r
zx0r / dsdt_analyser.py
Last active June 2, 2025 17:31
DSDT Analyser dor Hackintosh
license_text = """
License for Free Use with No Commercial Use
Copyright (c) 2025 spakk
Permission is hereby granted to any person obtaining a copy of this software and associated documentation files
to use the software free of charge and without restriction, including the rights to use, copy, modify, and
distribute the software, but strictly for non-commercial purposes only.
Restrictions:
@zx0r
zx0r / vscode_extension_fetcher.py
Created August 5, 2025 22:05
VSCode Marketplace API, download and install extensions latest stable version
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# License : MIT License
# Author : zx0r
# Description :
# A Python script that interacts with the Visual Studio Code Marketplace API
# to automatically fetch and download the latest stable and optionally pre-release .vsix versions of given extensions.
# It also detects if an extension is an Extension Pack and recursively downloads all included extensions.