Coder Social home page Coder Social logo

nakitai / conemu Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.07 MB

License: BSD 3-Clause "New" or "Revised" License

Batchfile 0.76% PowerShell 0.57% Python 2.33% HTML 0.89% Lua 0.30% Perl 0.01% Shell 0.19% C++ 89.50% C 5.10% Makefile 0.03% Starlark 0.04% CMake 0.27% Cython 0.01% M4 0.01%

conemu's Introduction

Pcmd

前言

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

使用

  • 运行 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. 我们终端运行 geek,注:如果没有生效请 ctrl + t 新建一个窗口在运行。

conemu's People

Contributors

nakitai avatar vaecebyz 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.