Skip to content

Instantly share code, notes, and snippets.

View h4ck3root's full-sized avatar
:shipit:
I may be slow to respond.

Colin Shen h4ck3root

:shipit:
I may be slow to respond.
View GitHub Profile
@h4ck3root
h4ck3root / find-base64-occurences
Created November 28, 2016 05:46 — forked from anotheremily/find-base64-occurences
hackers seem to like base64 encoding their php commands
#!/bin/bash
find . -name "*.php" -exec grep "base64" '{}' \; -print &> b64-detections.txt
find . -name "*.php" -exec grep "eval" '{}' \; -print &> eval-detections.txt
@h4ck3root
h4ck3root / facebok ip list
Created October 20, 2016 01:09 — forked from Whitexp/facebok ip list
facebook ip list
31.13.24.0/21
31.13.64.0/19
31.13.64.0/24
31.13.69.0/24
31.13.70.0/24
31.13.71.0/24
31.13.72.0/24
31.13.73.0/24
31.13.75.0/24
31.13.76.0/24