Skip to content

A tool for parallely exploiting multiple targets concurrently.

Notifications You must be signed in to change notification settings

v3ct0r719/paraexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paraexp

A tool for parallely exploiting multiple targets concurrently. Mostly used for Attack and Defence CTF exploit automation

Usage

  1. Create an exploit for a single target, taking the ip as a command line argument.
  2. Now make changes in the config file according to your needs.

   "teams":[
      
      "1.1.1.1",

      "2.2.2.2",

      "3.3.3.3"

   ],

   "flag_sub_ip":"10.10.10.10",
   
   "flag_sub_port":5555,

   "regex":"flag(.{32})"

}
  1. just run the build.sh if you want to build the binary. (Remember to install go in your system before doing so)
  2. ./paraexp exploit.py congif.json

About

A tool for parallely exploiting multiple targets concurrently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published