nil0x42's tips & tricks
- Scrape twitter account of all github followers of target user on GitHub
- Scrape twitter account of all stargazers of target project on GitHub
| #!/bin/bash | |
| if [[ $(id -u) -ne 0 ]]; then | |
| echo "This script must be run as root" | |
| exit 1 | |
| fi | |
| if [ -z $(pm list packages | grep com.snapchat.android) ]; then | |
| echo "Snapchat not found" | |
| exit 1 | |
| fi |
| 0059.co.kr | |
| 007.no | |
| 007airsoft.com | |
| 008.vista.kz | |
| 01186mb.ca | |
| 012.ca | |
| 01nii.ru | |
| 0286776498.com | |
| 0286780777.com | |
| 02asat.photoherald.com |
Grab the Bitmoji of a Snapchat User with Ease
Well, I believe there's plenty of uses. It automatically updates to the current snapchat bitmoji selfie you're using on your profile. Download the image and use it as a profile picture else where, maybe.
Place getBitmoji.php either on a local webserver, or upload it to the web host.
The script uses the $_GET param to grab the snapchat username from the URL posted so for example:
domain.tld[or]localhost/getBitmoji.php?snapchat={{username}}
| ++++++ Basic knowledge requirements for cybersecurity and hacking ++++++ | |
| These are the basic competencies expected (and tested for during the 1st in person interview) by a large, very visible InfoSec company I think it is a good base competency list for anyone looking to get into an Infosec career (with specialization plus and some programming /scripting ability) or learn cybersecurity/hacking as a hobby: | |
| Networking: Good understanding of OSI layer model / Understating of communication flow through each layer / Good understanding of functions of each layer / Understanding of major protocols in each layer / In-depth understanding Layer 3 & Layer 4 protocols IP, ICMP Protocols (layer 3) TCP, UDP Protocols (layer 4) | |
| Overview of TCP/IP Layer model: ARP / Understanding of Client & Server communication model / Ports common services run on / Ephemeral port vs Well known ports | |
| Understanding of major (everyday Layer 7) services/protocols: DNS o DHCP o HTTP HTTP Header Fields HTTP Status Codes How HTTP mainta |
| #!/bin/bash | |
| # Creator: Phil Cook | |
| # Modified: Andy Miller | |
| # | |
| # >>> IMPORTANT: Moved to: https://github.com/rhukster/sphp.sh | |
| # >>> Kept here for legacy purposes | |
| # | |
| osx_major_version=$(sw_vers -productVersion | cut -d. -f1) | |
| osx_minor_version=$(sw_vers -productVersion | cut -d. -f2) | |
| osx_patch_version=$(sw_vers -productVersion | cut -d. -f3) |
| import requests | |
| from time import sleep | |
| class main: | |
| def __init__(self): | |
| self.headers = { | |
| 'Host': 'www.instagram.com', | |
| 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', | |
| 'Accept': '*/*', | |
| 'Accept-Language': 'en-US,en;q=0.5', |
| <?php | |
| $email = $_POST['email']; | |
| $phone = $_POST['phone']; | |
| $first_name = $_POST['fname']; | |
| $last_name = $_POST['lname']; | |
| try { | |
| require_once('Stripe/init.php'); | |
| // Use Stripe's library to make requests... |
Your Service Worker script will need to import in Workbox and initialize it before calling any of the routes documented in this write-up, similar to the below:
importScripts('workbox-sw.prod.v1.3.0.js');
const workbox = new WorkboxSW();
// Placeholder array populated automatically by workboxBuild.injectManifest()https://snapchat-example-api.herokuapp.com/api/v1/
/users/authenticate require the X-Api-Token HTTP header