Giter Site home page Giter Site logo

pt_tools's Introduction

pt_tools

本脚本程序仅为学习交流分享,请遵守《中华人民共和国网络安全法》,勿用于非授权测试,如作他用所承受的法律责任一概与作者无关。
测试平台为linux


dirscan.py 是个 web目录扫描器

缺点:没有自定义报错,看起来有点蠢

用法:./dirscan.py -w /usr/share/wordlists/wfuzz/general/common.txt -u xxxxxxxxxxxx.com -t 5

-t 线程数(默认5) -w 字典 (必须)-u (必须)

./dirscan.py -h
usage: dirscan.py [-h] [-t THREAD_NUM] [-u URLS] [-w WORDLISTS]
optional arguments:
-h, --help     show this help message and exit
-t THREAD_NUM  thread options
-u URLS        url options
-w WORDLISTS   wordlists options

moniter.py 是个netcat监控脚本(写完后觉得有点鸡肋)

主要用处为:在目标机器上写入 后门(需要管理员上线才能触发的后门)后(例如替换ls命令为反向连接shell等)

监听netcat程序交互,若有shell连进则发送邮件提醒

可改造成后用作简易蜜罐

用法:./moniter.py 4444

./moniter.py
[!]Usage: ./moniter.py [PORT] 

ssh_brute.py 是个 ssh爆破脚本

缺点:单线程,速度慢,且无法指定端口

用法:./ssh_brute.py xx.xx.xx.xx root /usr/share/wordlists/wfuzz/others/common_pass.txt

./ssh_brute.py
[!]Usage: ./ssh_brute.py [HOST] [USERNAME] [DICT]

DOS.java是DOS攻击demo
并非DDOS
经测试可以DOS自己导致死机👍非常牛逼

pt_tools's People

Watchers

 avatar

Forkers

5l1v3r1 ii0

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.