Giter VIP home page Giter VIP logo

redbluenotes's Introduction

RedBlueNotes

red

Personal notes and collection of useful links.

Collection in early stage - more details will be added (URL/Description).

Approach

Lab

.NET ETW

Windows syscalls

(API) (un)hook

EDR telemetry

Build offensive tools

Infrastrcuture

Evasion

Cloud

Lateral movement

DLLs

Injections

Situational Awareness

Phishing

Phishing platforms

  • sendgrid
    • useful service but honestly, You need Pro pain plan to be lucky not to be on a spamlist
  • mailgun
    • haven't had any problem
  • Amazon AWS SES

Download and execute

  • Download via Defender Defender download
  • (You can use C:\ProgramData\Microsoft\Windows Defender\platform\4.18.2008.9-0\MpCmdRun.exe -url -path to download your file using Windows defender itself.)

Reports and management

SSH

  • If you are always looking through your ssh conf files for a specific host entry, this simple bash function might be just what you need.
function getssh() {
  awk "/$1/,/^$/" < ~/.ssh/include/*
}

SSH configs

Tools

HW

redbluenotes's People

Contributors

boh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.