MrSev7en / ultimate-most-advanced

An advanced console for windows users including several useful functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Most Advanced

🔰 An advanced console for windows users including several useful functions. This project is deprecated. New version soon.

Functions

💻 Ultimate Most Advanced (aka U.M.A) was developed with purpose to make several http requests in high scale. At this version, project inlcudes these functions:

  • HTTP request
  • Socket request
  • Multicore threading management

Issues

🏗️ Collaborate with me sending issues

Examples

Without multicore

Using less cpu and ram;

  • Sending an socket request:
web send -a <ip> -a <request amount> -p <size> -i <port>
  • Sending an http request:
web send -s <url> -a <request amount> -p <size> -w <data (use _ instead spaces)>

With multicore

Using all available cpu and ram;

  • Enable muticore:
experimental true
web multicore -v <threads amount>

Useful commands

  • To clear all console input:
clear

Socials

🐦 Twitter: @MrSev7en
📷 Instagram: @MrSev7en

License

This project was based on MIT license.

About

An advanced console for windows users including several useful functions.

License:MIT License


Languages

Language:C# 100.0%