道德黑客v10

监控模式,包注入,芯片组,2.4G,5G
apt-get update
apt-get upgrade 升级已有的包
apt-get distribution upgrade 发行版升级,依赖升级,删除过时的包
apt list | grep filter
dpkg --status nmap
apt-get remove 包名

apt-get install preload 预加载
apt-get install bleachbit 清理垃圾,粉碎文件
apt-get install bum 启动管理器
apt-get install apt-file 搜索包系统内容
apt-file update
apt-get install scrub 安全删除程序
apt-get install shutter 截图工具
apt-get install figlet 个性化显示

cd ~ cd .. cd-
cp source destination
cp -avr /home/test/paper /usb/backup
-a 保留元数据 -v 详细的输出 -r 递归
dpkg-reconfigure openssh-server

nmap -sP 10.0.0.0/24
nmap -p 1-65535 -sV -sS -T4 target
nmap -v -sS -A -T4 target
nmap -v -sS -A -T5 target
nmap -v -sV -O -sS -T5 target
nmap -v -p 1-65535 -sV -O -sS -T4 target
nmap -v -p 1-65535 -sV -O -sS -T5 target

hping3 –S 目标 –a 受害者 22 –flood 回包也是一种伤害 压力测试

域名注册商:DomainMonger 或 GoDaddy
whois 反查名称服务器的IP,确认域名注册公司的地域 联系接口人员,社工或者查封
theHarvester -d wiley.com -b google 信息收集:邮件,子域名
PGP key服务器搜索 ID,社交圈,应用软件 朋友的朋友圈反查 招聘信息
隐私调查,查人:Pipl, Wink, or Intelius

InSpy的结果来自于LinkedIn员工的搜索
inspy --empspy title-list-small.txt Wiley

recon-ng keys
[recon-ng][default] > keys list
[recon-ng][default] > use recon/profiles-profiles/twitter_mentions
[recon-ng][default][twitter_mentions] > show options
[recon-ng][default][twitter_mentions] > set SOURCE 'recon' 随机选择
[recon-ng][default][twitter_mentions] > run
meltego

原文地址:https://www.cnblogs.com/sec875/p/13634566.html