All Projects → Damian89 → CommandGenInterface

Damian89 / CommandGenInterface

Licence: other
Simple vueJS based command generator which I developed in order to learn vueJS a little bit more.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to CommandGenInterface

Dirsearch
Web path scanner
Stars: ✭ 7,246 (+42523.53%)
Mutual labels:  bugbounty, dirsearch
leaky-paths
A collection of special paths linked to major web CVEs, known misconfigurations, juicy APIs ..etc. It could be used as a part of web content discovery, to scan passively for high-quality endpoints and quick-wins.
Stars: ✭ 507 (+2882.35%)
Mutual labels:  bugbounty, dirsearch
hydra-hpp
Hydra Hot Potato Player (game)
Stars: ✭ 12 (-29.41%)
Mutual labels:  hydra
XSS-Payload-without-Anything
XSS Payload without Anything.
Stars: ✭ 74 (+335.29%)
Mutual labels:  bugbounty
Jasmin-Ransomware
Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
Stars: ✭ 84 (+394.12%)
Mutual labels:  bugbounty
hydra-js
DOES NOT WORK WITH VERSIONS > 0.10.0 - A simple library to help you build node-based identity providers that work with Hydra.
Stars: ✭ 17 (+0%)
Mutual labels:  hydra
SQLi-Query-Tampering
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.
Stars: ✭ 123 (+623.53%)
Mutual labels:  bugbounty
fdnssearch
Swiftly search FDNS datasets from Rapid7 Open Data
Stars: ✭ 19 (+11.76%)
Mutual labels:  bugbounty
Bucket-Flaws
Bucket Flaws ( S3 Bucket Mass Scanner ): A Simple Lightweight Script to Check for Common S3 Bucket Misconfigurations
Stars: ✭ 43 (+152.94%)
Mutual labels:  bugbounty
gf-patterns
Collection grep patterns for Tom Hudson a.k.a Tomnomnom tools namely gf
Stars: ✭ 27 (+58.82%)
Mutual labels:  bugbounty
lightning-transformers
Flexible components pairing 🤗 Transformers with Pytorch Lightning
Stars: ✭ 551 (+3141.18%)
Mutual labels:  hydra
gatling
Hydra-enabled GPU path tracer that supports MaterialX and MDL.
Stars: ✭ 159 (+835.29%)
Mutual labels:  hydra
shania
Scan secrets from Continuous Integration Build Logs
Stars: ✭ 54 (+217.65%)
Mutual labels:  bugbounty
Astra
Astra is a tool to find URLs and secrets inside a webpage/files
Stars: ✭ 187 (+1000%)
Mutual labels:  bugbounty
hydra-antlia
A collection of functions for Hydra
Stars: ✭ 45 (+164.71%)
Mutual labels:  hydra
nerdbug
Full Nuclei automation script with logic explanation.
Stars: ✭ 153 (+800%)
Mutual labels:  bugbounty
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+958.82%)
Mutual labels:  bugbounty
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+311.76%)
Mutual labels:  bugbounty
ghsec-jaeles-signatures
Signatures for jaeles scanner by @j3ssie
Stars: ✭ 99 (+482.35%)
Mutual labels:  bugbounty
Virtual-Host
Modified Nuclei Templates Version to FUZZ Host Header
Stars: ✭ 38 (+123.53%)
Mutual labels:  bugbounty

Command generator for bug bounty/pentest related tasks

While bug bounty hunting you are usually using some kind of command line commands/tools like dirseach, wfuzz oder hydra. All those tools have a lot of arguments and by time it becomes irritating to write those commands. Especially if you arguments (wordlists, ...) alot. So I developed a simple vueJS based command generator for my needs.

You could use it as a base for you own workflow. What I use it for:

  • I have a module which generates report templates
  • I have a module for my private tools
  • I have a module for regular expressions I use a lot
  • I have a sqlmap command generator
  • I have a nmap command generator

Install

  • adjust config.js
  • adjust wordlists and filenames
  • Install dependencies: npm install
  • Build project: npm run build

OR

I build the project locally and uploaded commited the dist folder also - so you dont need to install npm etc if you just want to take a look. But if you need to adjust settings, paths, ... there is no other option then adjusting vue files and rebuilding it.

Execute

After building the project, you will find a dist/ folder in the root which contains two files. One is an index.html which can be opened with a webbrowser.

Example:

I uploaded the current version here: https://www.damianschwyrz.de/interface/index.html

What you need to know

I won't add more modules to this public version because everyone uses other commands/tools and has its own workflow.

Additionally: The dirsearch version used here for command generation is my own fork: https://github.com/Damian89/dirsearch

The main difference is - it has more then only GET http method.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].