From e0800f198c6d91844eb909720ed8f92340f06d7d Mon Sep 17 00:00:00 2001 From: Narsty Date: Tue, 6 Jun 2023 16:46:01 -0500 Subject: [PATCH] Executions Readme.md --- Executions Readme.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Executions Readme.md b/Executions Readme.md index 7fa3920..81e8df5 100644 --- a/Executions Readme.md +++ b/Executions Readme.md @@ -14,8 +14,10 @@

Penetration testing, also known as ethical hacking, is a process of evaluating the security of a system or network by simulating real-world attacks. This section aims to guide you through the process of executing security tests using Ducky scripts.

-## Types of Executions - +

Types of Executions +

+ Coding +

  1. USB Rubber Ducky: This involves using the USB Rubber Ducky device to inject keystrokes and automate security tests on target systems.
  2. @@ -25,13 +27,13 @@ ## Tools -

    +

      -
    • FFmpeg: A powerful multimedia framework for encoding, decoding, transcoding, and streaming audio and video files.
    • -
    • VNC (Virtual Network Computing): A remote desktop software that allows you to control and access remote systems over a network.
    • -
    • socat: A versatile network utility that establishes bidirectional data streams between two endpoints, facilitating various network operations.
    • +

      🔹FFmpeg: A powerful multimedia framework for encoding, decoding, transcoding, and streaming audio and video files. +

      🔹VNC (Virtual Network Computing): A remote desktop software that allows you to control and access remote systems over a network. +

      🔹socat: A versatile network utility that establishes bidirectional data streams between two endpoints, facilitating various network operations.

    -
    +

These are just a few examples of tools used for executing security tests. Remember to always use these tools responsibly and in accordance with applicable laws and regulations.

@@ -42,9 +44,9 @@