Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View xiaokangwang's full-sized avatar

Xiaokang Wang (Shelikhoo) xiaokangwang

View GitHub Profile
@xiaokangwang
xiaokangwang / strings.xml
Last active December 29, 2015 17:29
Chinese translation of dsploit
<resources>
<string name="app_name">dSploit</string>
<string name="menu_settings">设置</string>
<string name="title_activity_main">dSploit</string>
<string name="crash_toast_text">额!崩溃了...不过我将给我的开发者发送报告来帮助解决这个问题。</string>
<string name="toggle_button">切换按钮</string>
<string name="enter_redirection_details">在下方键入跳转详情:</string>
<string name="address">地址</string>
<string name="port">端口</string>
<string name="target">目标</string>
@xiaokangwang
xiaokangwang / init.sh
Last active December 21, 2015 16:19
shell script to make a file secured and ready for upload for web UI.
sudo apt-get install par2
openssl genrsa -out ~/BACKUPMASTERKEY.pem 8192
openssl rsa -in ~/BACKUPMASTERKEY.pem -pubout >> ~/BACKUPMASTERKEY_pub.pem