Skip to content
View sbrannstrom's full-sized avatar
Block or Report

Block or report sbrannstrom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nestjs-passport-ldap-example nestjs-passport-ldap-example Public template

    NestJS Passport LDAP example

    TypeScript 15 7

  2. Script to beat the game on port 1337... Script to beat the game on port 1337 of Vulnhub box 'Djinn'. First thing I've written in python so not very pretty...
    1
    from pwn import *
    2
    import operator
    3
    
    
    4
    r = remote('172.16.123.208', 1337)
    5
    a = r.readline_startswith('(').decode("utf-8")