|
| 1 | +# Ultimate Most Advanced - Console Version |
| 2 | +?? A advanced console for windows users, with a lot functions. Of course is not finished, but i guess i wanna keep working at that. |
| 3 | +Coming Soon updates will come. |
| 4 | + |
| 5 | +## Description |
| 6 | +?? Ultimate Most Advanced or U.M.A, started when i tried to use Windows Command Prompt, to make HTTP's Request... How you thinking.. Not worked. |
| 7 | +So, i created this and have a lot functions, like: |
| 8 | + |
| 9 | +- Web HTTP request. |
| 10 | +- IP Address request. |
| 11 | +- Socket IP Send, with prefab words selected by user. |
| 12 | +- Multicore threads sending. |
| 13 | +- And more functions. |
| 14 | + |
| 15 | +?? Warning, when you wanna send a prefab word to IP Address or Web HTTP Request, split the words with **_** or **-**, or not will work. Other thing, the Web HTTP Request, works with HTTPS too. |
| 16 | + |
| 17 | +## Help Me |
| 18 | +??? If you finded a bug or something like, put in [Issues](https://github.com/MrSev7en/ultimate-most-advanced/issues), detail then, and tell me everything thats happen. |
| 19 | + |
| 20 | +## Command Examples |
| 21 | + |
| 22 | +### Without Multicore |
| 23 | +Using less CPU and RAM. |
| 24 | + |
| 25 | +- First example, sending a IP Request for IP Address. |
| 26 | +```csharp |
| 27 | +web send -a <ip> -a <request amount> -p <request size> -i <port> |
| 28 | +``` |
| 29 | + |
| 30 | +- Second example, sending a Web HTTP Request for a Website. |
| 31 | +```csharp |
| 32 | +web send -s <url> -a <request amount> -p <request size> -w <request word (see above rules)> |
| 33 | +``` |
| 34 | + |
| 35 | +### With Multicore |
| 36 | +Using total CPU and RAM. |
| 37 | + |
| 38 | +- To enable multicore. |
| 39 | +```csharp |
| 40 | +experimental true |
| 41 | +``` |
| 42 | +```csharp |
| 43 | +web multicore -v <threads size> |
| 44 | +``` |
| 45 | + |
| 46 | +<br> |
| 47 | + |
| 48 | +- First example, sending a IP Request for IP Address. |
| 49 | +```csharp |
| 50 | +web send -a <ip> -a <request amount> -p <request size> -i <port> |
| 51 | +``` |
| 52 | + |
| 53 | +- Second example, sending a Web HTTP Request for a Website. |
| 54 | +```csharp |
| 55 | +web send -s <url> -a <request amount> -p <request size> -w <request word (see above rules)> |
| 56 | +``` |
| 57 | + |
| 58 | +### Other Commands |
| 59 | + |
| 60 | +- Clear all console input and output. |
| 61 | +```csharp |
| 62 | +clear |
| 63 | +``` |
| 64 | + |
| 65 | +## Social Medias |
| 66 | +?? Discord: MrSev7en#1968 |
| 67 | + |
| 68 | +?? Twitter: [@MrSev7en](https://twitter.com/MrSev7en/) |
| 69 | + |
| 70 | +## License |
| 71 | +This project particularly don't have restrictions. Community help will be great, if you wanna help us with your modification, send in [Pull requests](https://github.com/MrSev7en/ultimate-most-advanced/pulls). |
| 72 | + |
| 73 | +But the license is [MIT](https://github.com/MrSev7en/ultimate-most-advanced/blob/master/LICENSE), check clicking in link. |
| 74 | + |
| 75 | +If you wanna share this, please give me copyright. |
0 commit comments