Skip to content

Instantly share code, notes, and snippets.

View z3r0b47's full-sized avatar
🌀
¯\_ (ツ)_/¯

z3r0b47

🌀
¯\_ (ツ)_/¯
View GitHub Profile
@jonlabelle
jonlabelle / ldap_search_filter_cheatsheet.md
Last active April 15, 2025 16:07
LDAP Search Filter Cheatsheet
@LanceMcCarthy
LanceMcCarthy / UltimateListIds.md
Last active April 4, 2025 10:35
List of Package Ids
Name Package Id Version Source
7Zip 7zip.7zip 19.0.0 winget
Altap Salamander salamander choco
Alt-Tab Terminator alt-tab-terminator choco
AutoHotkey Lexikos.AutoHotkey 1.1.33.02 winget
AutoHotkey Store Edition HaukeGtze.AutoHotkeypoweredbyweatherlights.com Latest msstore (via winget)
Carnac
Free stuff is always exciting. But, what if it is free and awesome? Free tools and resources you’re gonna love.
Let's start!
1. UI Garage
Daily UI inspiration & patterns for designers, developers to find inspiration, tools and the best resources for your project.
Link: https://uigarage.net/
2. Remove bg
@austinsonger
austinsonger / AS-Ultimate-Feed.opml
Last active March 17, 2025 04:34
Austin Songer Ultimate RSS Feed (Cyber Security, Vulnerabilities, Threat Intel, and more)
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Austin Songer Ultimate Feed</title>
</head>
<body>
<outline text="InfoSec - Firewall + Network" title="InfoSec - Firewall + Network">
<outline type="rss" text="Keeping It Classless" title="Keeping It Classless" xmlUrl="http://feeds.feedburner.com/keepingitclassless" htmlUrl="http://keepingitclassless.net/"/>
<outline type="rss" text="EtherealMind - Human Infrastructure" title="EtherealMind - Human Infrastructure" xmlUrl="http://feeds.feedburner.com/etherealmind" htmlUrl="http://etherealmind.com"/>
@aspen-roller
aspen-roller / README.md
Last active July 23, 2024 05:44
VSCode: setup SSH on Win10 in DevContainer #vscode #ssh

Setup SSH for VSCode on Windows 10

Configuring SSH to work with VSCode dev containers was not straight forward. Through much trial and error I was finally able to establish SSH connections within the container without having to copy the SSH keys manually. I first started unraveling everything after finding a link to Advanced Container Configuration.

The error I was seeing had the following in it after starting a dev container:

[error] connect ENOENT \.\pipe\openssh-ssh-agent: Error: connect ENOENT \.\pipe\openssh-ssh-agent

I could still navigate the environment and use the terminal, but I did not have access via SSH without manually copying my private and public SSH keys into the containerized environment. The following steps give your dev container access to your ssh keys without any extra work or modifications to your container build.

@Eclectikus
Eclectikus / AwesomeOsint.txt
Created September 28, 2020 09:03
Fichero txt extraído de la lista Awesome-OSINT: https://github.com/jivoi/awesome-osint
Advangle, http://advangle.com, Buscador genérico
Aol, http://search.aol.com, Buscador genérico
Ask, http://www.ask.com, Buscador genérico
Bing, http://www.bing.com, Buscador genérico
DuckDuckGo, https://duckduckgo.com, Buscador genérico
Gigablast, http://gigablast.com, Buscador genérico
Goodsearch, http://www.goodsearch.com, Buscador genérico
Google Search, http://www.google.com, Buscador genérico
Instya, http://www.instya.com, Buscador genérico
Impersonal.me, http://www.impersonal.me, Buscador genérico
@Eclectikus
Eclectikus / testosint.csv
Last active January 14, 2023 12:15
CSV de test para proyecto OSINT https://buscosint.netlify.app/
Recurso Enlace Tipo
Advangle http://advangle.com Buscador genérico
Aol http://search.aol.com Buscador genérico
Ask http://www.ask.com Buscador genérico
Bing http://www.bing.com Buscador genérico
DuckDuckGo https://duckduckgo.com Buscador genérico
Gigablast http://gigablast.com Buscador genérico
Goodsearch http://www.goodsearch.com Buscador genérico
Google Search http://www.google.com Buscador genérico
Instya http://www.instya.com Buscador genérico

💅 Design resources

Hi, here is a list of design and non-design tools that I use 😀. Most of the tools are free.

All sections

@MShahine
MShahine / Web-App-Pentest.sh
Last active December 29, 2024 04:59
List Of Tools For Hackers And Pentesters . I Turn It To Bash Script So You Need [ git ] To Download All Of them . And Then Go To Eatch Folder And See What Can You Do To MAke It Work.
#!/bin/bash
# Web Application Pentest
clear
echo "[!] Don't Run It As Root Never [!]"
sleep 2
mkdir ~/Tools/Web-Application-Pentest
cd ~/Tools/Web-Application-Pentest
# --------------------------------- #
mkdir ~/Tools/Web-Application-Pentest/Domain-Finding-Enum
mkdir ~/Tools/Web-Application-Pentest/General-Recon