Code Monkey home page Code Monkey logo

awesome-redteam's Introduction

Awesome-Redteam

【免责声明】本项目所涉及的技术、思路和工具仅供学习,任何人不得将其用于非法用途和盈利,不得将其用于非授权渗透测试,否则后果自行承担,与本项目无关。使用本项目前请先阅读 法律法规

快速导航

目录

项目导航

速查文档-CheatSheets

一些代码-Scripts

  • ShellcodeWrapper:Click Here
  • AntivirusScanner:杀软进程检测脚本 Click Here
  • runtime-exec-payloads.html:java.lang.Runtime.exec() Payloads生成 Click Here
  • Ascii2Char:ASCII码和字符互相转换脚本 修改webshell文件名密码 Click Here
  • Weakpass_Generator:在线弱密码生成工具 汉化版 Click Here

攻防知识-Tips

服务搭建-Docs

开源导航

编解码/加解密综合

常见编解码/加解密

实用工具

威胁情报

网络空间搜索

公开知识库

其他

信息收集

IP/域名

确认真实IP地址

多个地点Ping服务器

IP反查域名

Whois注册信息反查

DNS数据聚合查询

TLS证书信息查询

IP地址段收集

指纹识别

扫描/爆破

扫描/爆破工具

扫描/爆破字典

字典生成

默认口令查询

社会工程学

公众号/小程序

浏览器

综合工具

漏洞研究

开源资源

靶机平台

漏洞扫描

POC库

POC编写

综合工具

漏洞利用

辅助工具

数据库

信息泄露

操作系统

Druid

Etcd

Java

Redis

Shiro

Struts

Spring

Tomcat

Thinkphp

Weblogic

Vcenter

Zookeeper

CMS / OA

Payload / Bypass

内网渗透

内网探测

权限维持

免杀项目

内网穿透

密码提取

其他

逆向分析

靶机平台

综合工具

小程序

APK

云安全

云安全资源

云安全矩阵

云上靶场

AK/SK

开源蜜罐

容器安全

必备工具

命令行

Metasploit

Yakit

Cobaltstrike Extensions

Burpsuite Extensions

Chrome Extensions

其他优秀项目

先mark待测试项目

使用姿势

如何在Windows上使用alias

  • 创建alias.bat,文件内容如下。
@echo off
::Tips
@DOSKEY httpcode=type "D:\Hack Tools\Tips\http_status_code.md"
@DOSKEY versions=type "D:\Hack Tools\Tips\versions.md"
@DOSKEY owasp=type "D:\Hack Tools\Tips\owasp.md"
  • 注册表打开计算机\HKEY_CURRENT_USER\Software\Microsoft\Command Processor
  • 创建字符串值autorun,赋值为alias.bat所在位置,例如D:\Software\alias.bat
  • 双击alias.bat运行,重启cmd。
  • 此时在终端输入httpcode,即可返回文件内容。

image-20220208090022459

解决cmd中文乱码的问题:

  1. 注册表打开计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
  2. 创建字符串值autorun,赋值为chcp 65001

如何通过.bat运行conda环境下python文件

run.bat

call D:\YOUR_PATH\Anaconda\Scripts\activate.bat D:\YOUR_PATH\Anaconda\
call conda activate YOUR_ENV
cd D:\YOUR_WORKDIR
python YOUR_PYTHON_FILE.py
pause

如何使用浏览器快速查看markdown文档

  • 安装插件Markdown Viewer
  • 配合Bootstrap可以实现快速部署导航页或文档库。

image-20220519182738441

awesome-redteam's People

Contributors

threekiii 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.