Skip to content

Instantly share code, notes, and snippets.

View z3r0b47's full-sized avatar
πŸŒ€
Β―\_ (ツ)_/Β―

z3r0b47

πŸŒ€
Β―\_ (ツ)_/Β―
View GitHub Profile
@sergiitk
sergiitk / osx-terminal.md
Last active August 7, 2024 15:43
OSX terminal tips an tricks

OS X terminal tips an tricks

Shell tools

System

  • sw_vers β€” Print Mac OS X operating system version information
  • system_profiler β€” Reports system hardware and software configuration.
  • system_profiler SPHardwareDataType β€” Hardware overview.
  • hostinfo β€” Host information.
  • nvram -p β€” Print all of the firmware variables.
  • getconf DARWIN_USER_CACHE_DIR β€” Retrieve standard configuration variables
  • /usr/libexec/path_helper β€” Helper for constructing PATH environment variable
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active April 11, 2025 17:09
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@matthewmueller
matthewmueller / osx-for-hackers.sh
Last active February 20, 2025 09:37
OSX for Hackers (Mavericks/Yosemite)
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
@stevenswafford
stevenswafford / google-dorks
Created June 6, 2015 05:57
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@atcuno
atcuno / gist:3425484ac5cce5298932
Last active April 5, 2025 06:45
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

@squarism
squarism / iterm2.md
Last active April 24, 2025 04:38
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab ⌘ + T
Close Tab or Window ⌘ + W (same as many mac apps)
Go to Tab ⌘ + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction ⌘ + Option + Arrow Key
Cycle iTerm Windows ⌘ + backtick (true of all mac apps and works with desktops/mission control)
I found this list by chance. It is located at: https://code.google.com/p/pentest-bookmarks/wiki/BookmarksList
Its a bit old (compiled in 2012), but links may still be valid.
------------------
Hacker Media
Blogs Worth It:
What the title says. There are a LOT of pentesting blogs, these are the ones i monitor constantly and value in the actual day to day testing work.
@fredbenenson
fredbenenson / kickstarter_sql_style_guide.md
Last active March 11, 2025 21:24
Kickstarter SQL Style Guide
layout title description tags
default
SQL Style Guide
A guide to writing clean, clear, and consistent SQL.
data
process

Purpose

@econogeeksllc
econogeeksllc / feeds.opml
Created March 19, 2016 01:56
A large collection InfoSec feeds. Started by @n1tr0g3n_com
<?xml version="1.0"?>
<opml version="1.0">
<head>
<title>Liferea Feed List Export</title>
</head>
<body>
<outline title="n1tr0g3n Feed List" text="n1tr0g3n Feed List" description="n1tr0g3n Feed List" type="folder">
<outline title="Android" text="Android" description="Android" type="folder">
<outline title="Phandroid" text="Phandroid" description="Phandroid" type="rss" xmlUrl="http://phandroid.com/feed/" htmlUrl="http://phandroid.com"/>
<outline title="xda-developers software-hacking" text="xda-developers software-hacking" description="xda-developers software-hacking" type="rss" xmlUrl="http://forum.xda-developers.com/external.php?type=RSS2" htmlUrl="http://forum.xda-developers.com/"/>
@numberwhun
numberwhun / Malware Analysis Tips and other Pentesting Links
Last active April 15, 2024 04:38
Malware Analysis Tips and other Pentesting Links