diff --git a/main.py b/main.py index f6ea684..6c0814c 100644 --- a/main.py +++ b/main.py @@ -201,34 +201,18 @@ curl -s https://{DOMAIN}/PASTE_THE_ID \ ██ Adv Examples ██ - █ Multiple commands: + █ Multiple Commands {{ cmd() {{ printf "\\n# %s\\n" "$*"; "$@"; }}; \\ cmd hostname; \\ cmd ip -br a; \\ }} 2>&1 | curl -X POST https://{DOMAIN} --data-binary @- - █ Continous command: - -(timeout --signal=INT --kill-after=5s 10s \\ - ping google.com; \\ - echo "--- Terminated ---") | \\ - curl -X POST --data-binary @- https://linedump.com - - ████ Further Information ████ -Powered by linedump - -Source: - https://git.uphillsecurity.com/cf7/linedump - -License: - Apache-2.0 - https://git.uphillsecurity.com/cf7/linedump/src/branch/main/LICENSE - +More information will follow. Work in Progress. """ if __name__ == "__main__":