- System Preferences -> Sharing -> (Unlock Pannel)
- Share your connection from Wi-Fi (example)
- To computers using: USB LAN / Ethernet
- [check] Internet Sharing -> Start
https://www.xquartz.org/
ssh -X [email protected]
rdesktop
runs on the remote boxrdesktop
and wait for the magic to happen// ViewController.swift | |
import UIKit | |
class ViewController: UIViewController { | |
override func viewDidLoad() { | |
super.viewDidLoad() | |
// Do any additional setup after loading the view, typically from a nib. | |
vcap.me
fuf.me
localtest.me
127-0-0-1.org.uk
yoogle.com
lvh.me
127.0.0.1.xip.io
([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator") |
# curl -sO https://raw.githubusercontent.com/sleventyeleven/linuxprivchecker/master/linuxprivchecker.py
# pip install 2to3 && 2to3 -w linuxprivchecker.py >/dev/null 2>/dev/null
# apt-get install python-autopep8 -yqq && autopep8 -i linuxprivchecker.py
# sed -i 's/results = out.*/results = out.decode("utf-8").split("\\n")/g' linuxprivchecker.py
# python3 linuxprivchecker.py
println(hudson.util.Secret.fromString("1234").getEncryptedValue())
Output: {AQAAABAAAAAQc//GkWTtyO8B5f1re53AX+8S0yCRKA8h7ean+y/sQig=}
println(hudson.util.Secret.decrypt('{AQAAABAAAAAQc//GkWTtyO8B5f1re53AX+8S0yCRKA8h7ean+y/sQig=}'))
Output: 1234
$ cat SimpleHTTPServerv6.py
import BaseHTTPServer, SimpleHTTPServer, socket
class SimpleHTTPServer6(BaseHTTPServer.HTTPServer):
address_family=socket.AF_INET6
SimpleHTTPServer.test(ServerClass=SimpleHTTPServer6)
$ SimpleHTTPServerv6.py
$ http http://[::1]:8888
uid == 0
)