Skip to content

Instantly share code, notes, and snippets.

View SkyBulk's full-sized avatar
🎯
Focusing

SkyBulk SkyBulk

🎯
Focusing
View GitHub Profile
Available profiles
Fast scan
-F -T4 --max-retries 1
Web scan
-p- -sV --version-all --script "http-* and not(dos or brute)"
Full Service Scan
-sV --version-all -p- -sT
SMB Scan
@SkyBulk
SkyBulk / nmap.md
Created September 7, 2021 21:14 — forked from amanelis/nmap.md
A thorough guide to NMAP.

#NMAP Guide

  1. Basic scan to see what ports have a valid service running on them:

    nmap {host} nmap -v {host}

Pass the -v flag to print a little more information.

@SkyBulk
SkyBulk / aproducer.py
Created April 25, 2021 20:18 — forked from dabeaz/aproducer.py
"Build Your Own Async" Workshop - PyCon India - October 14, 2019 - https://www.youtube.com/watch?v=Y4Gt3Xjd7G8
# aproducer.py
#
# Async Producer-consumer problem.
# Challenge: How to implement the same functionality, but no threads.
import time
from collections import deque
import heapq
class Scheduler:
// SALSA20.cpp : �������̨Ӧ�ó������ڵ㡣
//
#include<cryptopp/cryptlib.h>
#include<iostream>
#include<cryptopp/secblock.h> //����SecByteBlock�㷨��ͷ�ļ�
#include<cryptopp/hex.h> //����HexEncoder�㷨��ͷ�ļ�
#include<cryptopp/files.h> //����FileSink�㷨��ͷ�ļ�
#include<cryptopp/osrng.h> //����AutoSeededRandomPool�㷨��ͷ�ļ�
#include<cryptopp/salsa.h> //����Salsa20�㷨��ͷ�ļ�
#include <Windows.h> //CRYPTO����Ʒ
@SkyBulk
SkyBulk / index.html
Created September 20, 2020 01:20
Pure CSS 5-Star Rating
<div id="full-stars-example">
<div class="rating-group">
<input class="rating__input rating__input--none" name="rating" id="rating-none" value="0" type="radio">
<label aria-label="No rating" class="rating__label" for="rating-none"><i class="rating__icon rating__icon--none fa fa-ban"></i></label>
<label aria-label="1 star" class="rating__label" for="rating-1"><i class="rating__icon rating__icon--star fa fa-star"></i></label>
<input class="rating__input" name="rating" id="rating-1" value="1" type="radio">
<label aria-label="2 stars" class="rating__label" for="rating-2"><i class="rating__icon rating__icon--star fa fa-star"></i></label>
<input class="rating__input" name="rating" id="rating-2" value="2" type="radio">
<label aria-label="3 stars" class="rating__label" for="rating-3"><i class="rating__icon rating__icon--star fa fa-star"></i></label>
<input class="rating__input" name="rating" id="rating-3" value="3" type="radio" checked>
@SkyBulk
SkyBulk / deploy-docker.sh
Last active September 30, 2021 04:02
deploy-docker.sh
sudo apt-get remove docker docker-engine docker.io containerd runc -y
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get update -y
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg \
lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
@SkyBulk
SkyBulk / index.html
Created June 9, 2020 20:55
Social Media Illustration
<div class="mhn-switch">
<label for="switch" class="label">My Screen</label>
<input id="switch" type="checkbox" class="toggle"><label for="switch" class="switch">&nbsp;</label>
<div class="social-media-wrap">
<div class="social-media">
<div class="social-dot-wrap">
<span class="social-dot"></span>
<span class="social-dot"></span>