All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

nikita / gistfile1.txt

0 likes
0 forks
1 files
Last active 3 days ago
1 $tcp = New-Object Net.Sockets.TcpClient("new.vpn.apisi.ru",443)
2 $ssl = New-Object Net.Security.SslStream($tcp.GetStream(), $false, ({ $true }))
3 $ssl.AuthenticateAsClient("new.vpn.apisi.ru")
4 $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 $ssl.RemoteCertificate
5 [IO.File]::WriteAllBytes("$env:TEMP\newvpn.cer", $cert.Export([System.Security.Cryptography.X509Certificates.X509ContentType]::Cert))
6 certutil -verify -urlfetch "$env:TEMP\newvpn.cer"

nikita / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 dfsfds

nikita / logo.svg

0 likes
0 forks
1 files
Last active 2 months ago
1 <svg width="256" height="256" viewBox="0 0 256 256" fill="none"
2 xmlns="http://www.w3.org/2000/svg">
3
4 <!-- background card -->
5 <rect x="16" y="16" width="224" height="224" rx="32" fill="#1F2937"/>
6
7 <!-- paper -->
8 <rect x="56" y="56" width="144" height="160" rx="20" fill="#93C5FD"/>
9
10 <!-- text lines -->

nikita / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 test

nikita / html

0 likes
0 forks
1 files
Last active 2 months ago
1
2
3 <!DOCTYPE html>
4 <html lang="en" class="h-full">
5 <head>
6 <meta charset="UTF-8" />
7
8
9 <base href="https://paste.m7n.ru" />
Newer Older

Powered by Opengist ⋅ Load: 65ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文