Geeoon / DNS-Tunnel-Keylogger

Keylogging server and client that uses DNS tunneling/exfiltration to transmit keystrokes through firewalls.
MIT License
228 stars 34 forks source link

Hi, i see you code, but i not understand what is it "script"? #1

Closed vk83 closed 7 months ago

vk83 commented 7 months ago

https://github.com/Geeoon/DNS-Tunnel-Keylogger/blob/f175c245ebaa4b5e3d4c4b7431d3f1658eab911a/client/linux/logger.sh#L75

Geeoon commented 7 months ago

script is a command on Linux machines. It opens an interactive shell and logs all of the keystrokes and commands ran to a file. In the Linux client script, it is used to capture the keystrokes.

It is contained in the util-linux package, which is installed by default on most Linux distributions.

Read the man page for more details.

Let me know if you have any more questions.

vk83 commented 7 months ago

Ok, thank you, i not understand it. P.S https://man7.org/linux/man-pages/man1/script.1.html

which script -> /usr/bin/script