title | author | date | source | notoc |
---|---|---|---|---|
LDAP Search Filter Cheatsheet |
Jon LaBelle |
January 4, 2021 |
true |
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 |
<?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"/> |
Getting Started in Programming, IT, Hacking, and Networking Guide
Links and Resources to look at to teach you more about Programming, Hardware,Hacking, and Networking
- https://null-byte.wonderhowto.com/
- https://www.cybrary.it/video/introduction-8/
- http://breakthesecurity.cysecurity.org/2011/08/hacking-basics-hacking-and-security-tutorials-index.html
- https://www.guru99.com/ site with tutorials on programming machine learning cyber security and much more
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.
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 |
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 |
Hi, here is a list of design and non-design tools that I use 😀. Most of the tools are free.
#!/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 |