Skip to content

Instantly share code, notes, and snippets.

@StakFallT
StakFallT / masscan-to-nmap.py
Created November 22, 2023 13:17 — forked from jrmdev/masscan-to-nmap.py
Wrapper around masscan and nmap to complete full service scans faster.
#!/usr/bin/env python3
"""
This script will run masscan to quickly find open ports on a target scope.
When masscan is complete, it runs a Nmap service scan on discovered ports,
in a concurrent way (1 nmap process per IP, with a max of 10 concurrent processes).
Then it merges the nmap results in single files (1 .xml, 1 .nmap, 1.gnmap)
This speeds up full port scans dramatically.
"""
import sys, os, time, argparse, subprocess, shutil

下面是一堆awesome-*列表轮子,想看干货的童靴可以随意打开一个轮子:

  • Awesome - A curated list of awesome lists
  • awesome-all – A curated list of awesome lists of awesome frameworks, libraries and software
  • awesome-awesome by @emijrp – A curated list of awesome curated lists of many topics.
  • awesome-awesome by @erichs – A curated list of awesome curated lists! Inspired by inspiration.
  • awesome-awesome by @oyvindrobertsen – A curated list of curated lists of libraries, resources and shiny things for various languages.
  • awesome-awesomeness – A curated list of awesome awesomeness
  • awesome-awesomes – Awesome collection of awesome lists of libraries, tools, frameworks and software for any programming language

Microsoft Windows and Office KMS Setup

@StakFallT
StakFallT / D302_RFID.md
Created May 7, 2020 19:59 — forked from pgaultier/D302_RFID.md
Cheap RFID Read/Writer EM4305 T5567

Cheap RFID (125kHz) Reader/Writer from China

The reader is labeled :

  • on the front : RF ID Reader
  • on the back : D302 EM Card Encoder MADE IN CHINA

This reader / writer should Work with cards : EM4305 and T5567.