Files
iwannabrute/resources/dropbear.plist
platinumstufff 7f84ee709a Can it be true?
2025-03-23 01:12:14 +03:00

50 lines
1.1 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>dropbear</string>
<key>Program</key>
<string>/usr/local/bin/dropbear</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/dropbear</string>
<string>-i</string>
<string>--shell</string>
<string>/bin/bash</string>
<string>-r</string>
<string>/private/var/dropbear_rsa_host_key</string>
</array>
<key>SessionCreate</key>
<true/>
<key>Sockets</key>
<dict>
<key>DropbearV4Listener</key>
<dict>
<key>SockFamily</key>
<string>IPv4</string>
<key>SockNodeName</key>
<string>127.0.0.1</string>
<key>SockServiceName</key>
<string>22</string>
</dict>
<key>DropbearV6Listener</key>
<dict>
<key>SockFamily</key>
<string>IPv6</string>
<key>SockNodeName</key>
<string>::1</string>
<key>SockServiceName</key>
<string>22</string>
</dict>
</dict>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
</dict>
</plist>