I hereby claim:
- I am chrsjhnsn on github.
- I am seeej (https://keybase.io/seeej) on keybase.
- I have a public key ASCLkFXaIQmXJoFbDnCP6UcumsGXYu25jiZegj_6XUU-JQo
To claim this, I am signing this object:
| I dave is for pronanal Sumn! | |
| Where for. | |
| That't know the amn its some loed then Eliallanging a Can'm want egersbont and her been 16's couay. | |
| And you got to. | |
| No anywhings? | |
| It feces. | |
| This Guys turn. | |
| That's the cops one it fol my sayought, momen oor. | |
| You and come twant. | |
| Whey pronpy. |
| { | |
| "queries": [{ | |
| "name": "List all owned users", | |
| "queryList": [{ | |
| "final": true, | |
| "query": "MATCH (m:User) WHERE m.owned=TRUE RETURN m" | |
| }] | |
| }, | |
| { | |
| "name": "List all owned computers", |
| --------------- | |
| MATCH (u:User)-[r:AdminTo|MemberOf*1..]->(c:Computer | |
| RETURN u.name | |
| That’ll return a list of users who have admin rights on at least one system either explicitly or through group membership | |
| --------------- | |
| MATCH | |
| (U:User)-[r:MemberOf|:AdminTo*1..]->(C:Computer) |
| #!/usr/bin/env python | |
| __description__ = "Program to analyze password history" | |
| __author__ = 'Didier Stevens' | |
| __version__ = '0.0.1' | |
| __date__ = '2017/02/27' | |
| """ | |
| Source code put in public domain by Didier Stevens, no Copyright |
| function Get-String | |
| { | |
| Param( | |
| [Parameter(Mandatory = $true, Position = 0)] | |
| [byte[]]$InputStream | |
| ) | |
| [byte[]]$Output = @(); | |
| foreach($byte in $InputStream) | |
| { | |
| if($byte -eq 0) |
| #!/bin/bash | |
| # This script assumes Responder is in /opt/Responder | |
| # Error messages begone! | |
| exec 2>/dev/null | |
| # Hardcoded location for script output files | |
| OUTDIR=${HOME}'/working/loot/gathered' | |
| # Hardcoded location for ntlmrelayx's .sam file output directory | |
| NTLMRELAY=${HOME}'/working/loot/ntlmrelay' |
| #!/bin/bash | |
| # Requirements: httpie, jq | |
| # Inspired by: | |
| # https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2019/april/apples_app_site_association_the_new_robots_txt/ | |
| echo 'Testing URL for AASA' | |
| full=$1/.well-known/apple-app-site-association | |
| check=`curl -sL -w "%{http_code}\n" "$full" -o /dev/null` |
| #!/bin/bash | |
| user="CHANGEME" | |
| pages=$(curl -I https://api.github.com/users/$user/starred | sed -nr 's/^Link:.*page=([0-9]+).*/\1/p') | |
| cd /opt/ | |
| for page in $(seq 0 $pages); do | |
| curl "https://api.github.com/users/$user/starred?page=$page&per_page=100" | jq -r '.[].html_url' | | |
| while read rp; do |
| Winter2018 | |
| Winter2018! | |
| Winter2019 | |
| Winter2019! | |
| Winter18 | |
| Winter18! | |
| Winter19 | |
| Winter19! | |
| Winter12 | |
| Winter12! |
I hereby claim:
To claim this, I am signing this object: