摘要:
pip3 install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip3 install pycrypto -i http://pypi.douban.com/simple --trusted-host 阅读全文
摘要:
pip3 install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com pip3 install pycrypto -i http://pypi.douban.com/simple --trusted-host 阅读全文
摘要:
基础结构 #include <iostream> //包含iostream名字的头文件 作为一种包含功能函数、数据接口声明的载体文件,通常编译器通过头文件找到对应的函数库,把引用的函数实际内容导出来 //<> 代表标准库的头文件 ""代表引用非标准款的头文件 //这里的iostream 是C++d的 阅读全文
摘要:
远程连接服务时出现如下报错,主要因为交换ssh密钥时候算法不匹配,这里需要自行解决ssh相关问题,此处不再深入赘述 实际使用 找到目标securecrt保存在本地的所有连接会话文件,默认都存放在当前用户数据目录下的Config目录下的Sessions目录中,以.ini命名 %APPDATA%\Van 阅读全文
摘要:
apt-get -y install openbsd-inetd apt-get -y install telnetd vim /etc/inetd.conf #: STANDARD: These are standard services. telnet stream tcp nowait tel 阅读全文
摘要:
加密方式: https://github.com/HyperSine/how-does-Xmanager-encrypt-password/blob/master/doc/how-does-Xmanager-encrypt-password.md 账户密码保存位置: XShell5 %userpro 阅读全文
摘要:
工具链接 https://github.com/HyperSine/how-does-MobaXterm-encrypt-password 不带管理密码 无管理密码的解密,直接读注册表,从注册表读连接信息和账户hash reg query HKEY_CURRENT_USER\Software\Mob 阅读全文
摘要:
第一种 https://github.com/StarZHF/Foxmail-Password-Recovery/tree/master/foxDecode 自行编译后直接丢工具解密即可 第二种 找到foxmail的安装目录: E:\Program Files\Foxmail 7.2\Storage 阅读全文
摘要:
windows命令绕过 forfies 使用方式如下: 实际使用: forfiles /c c:\windows\system32\calc.exe 确认任务的父进程为forfiles.exe pcalua 实际使用: pcalua.exe -a c:\windows\system32\calc.e 阅读全文
摘要:
获取项目: git clone XXX 下拉最新代码: git pull git add . 增加备注: git commit -m "XXX" 上传最新代码: git push 阅读全文
摘要:
文件上传tips 文件名前缀加[0x09]绕过: ——WebKitFormBoundary2smpsxFB3D0KbA7D Content-Disposition: form-data; name=”filepath”; filename=”[0x09]test.asp” Content-Type: 阅读全文
|