Compare commits
No commits in common. "b408f2196c4df01ce629f6f5f4232a882443b21c" and "8531d09a04def42e6f4ac81f23e656a3fd8aeeaf" have entirely different histories.
b408f2196c
...
8531d09a04
1 changed files with 2 additions and 18 deletions
20
main.py
20
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__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue