Skip to content

Instantly share code, notes, and snippets.

View hateshape's full-sized avatar
💭
No Status For You

hateshape

💭
No Status For You
View GitHub Profile
#!/bin/bash
# If it "no worked" (Technical Term) then you probably need to install jq!
# Pretty Colors
RESET='\033[00m'
BLUE='\033[01;34m'
usage() {
echo -e ${BLUE}"Usage: $0 [ -a APPID ] [ -s SESSION ]"${RESET} 1>&2
echo -e ${BLUE}"\n Example: "${RESET} 1>&2
#!/bin/bash
# If you find a site with /_wpeprivate/config.json file exposed, run this and get all kinds of fun goodies.
# If it "no worked" (Technical Term) then you probably need to install jq!
TARGET=$1
TARGETDOMAIN=$(echo $TARGET | cut -d/ -f3)
# Pretty Colors
RESET='\033[00m'
GREEN='\033[01;32m'