FortiClient

Systems

Microsoft

Linux

How to open a URL with CMD? - A simple BOT attack (Windows and Linux Command)

 


There is a simple command to open the website using the CMD. 

  • In Windows environment please use the below command.
start "" "https://systemssupports.blogspot.com/"
  • In Linux environment please use the below command.
xdg-open https://systemssupports.blogspot.com

If you want to setup a simple BOT attack to website, please use the below command,

for /l %x in (1, 1, 10) do (
   echo %x
   start "" "https://systemssupports.blogspot.com"
)

This file will be run the 10 times and if you want it increase it into 100 or 1000 please replace the 10 as 100 or 1000.

Please note that, this will be increase your processor and ram capacity will be harm to your computer.

Simple and Reliable Screen Recorder Google Chrome Web Extension


This is the really simple but very effective screen recording Google Chrome Extension with the desktop screen recording facility.

This extension is provide the record to entire screen including your desktop / specific application or a specific TAB with audio.

In addition to that it is provide the unlimited recording time with high quality.

The video format is "webm" and playback support with the VLC player / KM Player.

Click Here to Add the Google Chrome Extension.

Please follow the below instruction to operate it.