This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python2 | |
| # -*- coding:utf-8 -*- | |
| from dulwich.repo import Repo | |
| from dulwich.server import DictBackend, TCPGitServer | |
| import threading | |
| import socket | |
| import os | |
| TCPGitServer.address_family = socket.AF_INET6 | |
| aktaran=b"Milisarge <[email protected]>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ricin-cli addfriend 516A72B673D4E7123C6C8430078549AC717F221C49E2D80C9F48AB64170A5B4546F0FD60D000 | |
| ricin-cli deletefriend friend-num | |
| ricin-cli sendmessage friend-num "hello" | |
| ricin-cli sendfile friend-num file | |
| ricin-cli changestatus status-number |
NewerOlder