Coder Social home page Coder Social logo

nakitai / pcmd Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 465.18 MB

个性化ConEmu仿PentestBox

PowerShell 0.01% Batchfile 0.03% Lua 0.01% Perl 10.04% Shell 0.77% HTML 45.30% Tcl 3.69% Python 37.00% CSS 0.06% Makefile 0.01% JavaScript 0.02% Raku 2.41% AL 0.01% Awk 0.02% Prolog 0.07% PostScript 0.05% Roff 0.45% Smalltalk 0.02% Emacs Lisp 0.02% NewLisp 0.03%

pcmd's Introduction

Pcmd

前言

本人是 PentestBox 的忠实用户,使用了也有3年多了吧,毋庸置疑 PentestBox 是强大,的但是原作者已经不更新了,很多工具都没用也很老了,也太臃肿了,而且他也是用的ConEmu封装, 所以我想用ConEmu自己做一个,于是就通过ConEmu 二次编译成 Pcmd, 目前还有很多环境没有加入,后期慢慢加入。

使用

  • 运行 Pcmd.exePcmd64.exe, 基础操作命令同 cmd 相同,部分 Linux 命令如 ls 等。
  • ctrl + t 新建一个窗口。
  • ctrl + w 关闭当前窗口。
  • ctrl + tabctrl + 数字 切换窗口。

添加工具

Pentestbox 一样我们可以添加一些自定义的工具。例:我们这里添加一个工具 geek.exe 一个轻量级卸载工具。

  1. tools 目录创建 geek 文件夹并把 geek.exe 复制到其中。
  2. 打开 config 目录下 doskey.config 文件,此文件就是 Clink 注入的别名文件。
geek = "%tools%/geek/geek.exe" $T
  1. 这里 =号 前面 geek 是终端的运行命令,=号 后面是程序的路径 %tools% 就是 tools 目录路径。
  2. 注意:$T 表示命令到此结束,$* 表示可以追加参数,例:sqlmap -r 1.txt 这里 -r 1.txt 就是追加参数。
  3. 我们终端运行 geek,注:如果没有生效请 ctrl + t 新建一个窗口在运行。

更新日志

  • 2021-08-19
    • 使用 PortableGit 代替 coreutils
    • 添加 burpsuite 工具,使用 burpsuite 启动英文版,使用 burpsuitezh 启动汉化版。
  • 2021-08-20
    • 添加 hfs 轻量级文件服务器工具,命令行使用 hfs 启动。
    • 添加 winhex 二进制查看修改工具,命令行使用 winhex 启动。
  • 2021-08-21
    • 添加 python27 环境,命令行使用 python27 启动。
    • 添加 sqlmap SQL注入检测工具,使用 sqlmap 启动工具。
  • 2021-10-28
    • 添加 windwos 自带的环境变量。
    • 添加 Windows-Exploit 漏洞扫描程序,使用 exploit 运行。
    • 修改了任务栏只显示一个Pcmd活动窗口,顶部cmd图标使用Pcmd图标,取消了关闭需要点击确认按钮。
  • 2021-12-29
    • 时隔几个月又添加一些东西进去,实在是太懒了 !!!∑(゚Д゚ノ)ノ
    • 添加 WSExplorer 程序网络抓包工具,使用 wsexplorer 命令启动。 (已经移除)
    • 添加 SpaceSniffer 磁盘文件扫描工具,使用 Spaces 命令启动。
  • 2022-01-20
    • 添加 wget HTTP、HTTPS 和 FTP 协议检索文件的命令行实用程序,使用命令 wget 运行。
  • 2022-02-25
    • 添加 adb Android Debug Bridge tools,使用命令 adb 运行。
  • 2022-03-02
    • 添加 scrcpy 通过 USB/TCP/IP 连接 Android 设备的显示和控制程序, 使用 scrcpy -h 查看帮助命令。
  • 2022-04-05
    • 追加过滤文件 base/PortableGit/usr/bin/.wget-hsts
    • 添加 upx 可执行程序文件压缩工具,使用命令 upx 运行。
  • 2022-04-13
    • 修改了窗口背景图片。
    • 添加 cloc 代码行数统计工具,使用命令 cloc 运行。
  • 2022-04-18
    • 添加 naabu Go语言开发的开源端口扫描工具,使用命令 naabu -h 运行帮助信息。
  • 2022-05-19
    • 添加 jd-gui 可显示 .class 文件的 Java 源代码,使用命令 jd-gui 运行。
  • 2022-09-23
    • 更新 geek.exe 可干净卸载安装过的程序,使用命令 geek 运行。
    • 添加窗口背景图片,并更改了了背景。

pcmd's People

Contributors

nakitai avatar

Stargazers

An_spectator avatar  avatar

Watchers

 avatar

pcmd's Issues

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.