Skip to content

Instantly share code, notes, and snippets.

View dipyamanroy's full-sized avatar

Dipyaman Roy dipyamanroy

View GitHub Profile
@SwitHak
SwitHak / 20211210-TLP-WHITE_LOG4J.md
Last active May 14, 2024 11:08
BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC

Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)

Errors, typos, something to say ?

  • If you want to add a link, comment or send it to me
  • Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak

Other great resources

  • Royce Williams list sorted by vendors responses Royce List
  • Very detailed list NCSC-NL
  • The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List
@IceCereal
IceCereal / DifferentialEvolution-Eggholder.py
Created March 3, 2020 07:10
A program to perform optimization through Differential Evolution on the Eggholder Function
# CS 313: Machine Learning
# Make a program to perform optimization through Differential Evolution on the Eggholder Function
# For a population of [20, 50, 100, 200]
# For [50, 100, 200] generations
# Also, plot the global minimum fitness and average fitness for each generation
# for each population size and generation
# Author: IceCereal
@HarmJ0y
HarmJ0y / PowerView-3.0-tricks.ps1
Last active May 19, 2024 17:00
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set