当前位置:网站首页>Simple process of penetration test
Simple process of penetration test
2022-07-05 13:54:00 【Cwxh0125】
Simple process
One . information gathering
nslookup whois
Two . Scan for leaks
namp=IP Range port 80 (iss,apache, What website )
Advanced scanning : Such as iss Loophole Scanning for website vulnerabilities
3、 ... and . Exploit
Four . Raise the right (shell Environmental Science , Desktop Environment , Highest authority ))
Manually test port number open : talent IP Address Test port
5、 ... and . Destroy the bodies
6、 ... and . leave oneself a way out
7、 ... and . Penetration test report
Practice
Open two virtual machines
win2003 The server 10.1.1.2
winxp staff 10.1.1.1
use xp attack 2003
First, two virtual machines should be able to communicate To configure IP In the same LAN


After the configuration is completed, try xp On ping once 2003 ping success

Next The attack
attack 445 attack ( Shared port )
First step : Port scanning
Manual scanning
telnet IP port The following situations represent that the corresponding port is open 

Automatic scanning Use scanport

You can see xp and 2003 Both virtual machines are turned on 445 port

445 One of the exploits ipc$:
net use Used to connect your computer to shared resources ( Establish disk mapping ), Or disconnect the computer from shared resources ( Delete disk mapping ), When using this command without options , It lists the computer connections .
1) Make an empty connection :
net use \\IP\ipc$ "" /user:"" ( Be sure to pay attention to : This line of command contains 3 A space )
2) Establish a non empty connection :
net use \\IP\ipc$ " password " /user:" user name " ( There are also 3 A space )
3) Map default share :
net use z: \\IP\c$ " password " /user:" user name " ( You can put the other party's c The disk maps to its own z disc , And so on )
If you've established a goal ipc$, You can use IP+ Disk character +$ visit , Specific commands net use z: \\IP\c$
4) Delete one ipc$ Connect
net use \\IP\ipc$ /del
5) Delete shared mapping
net use c: /del Delete mapped c disc , And so on
net use * /del Delete all , There will be a prompt to press y confirm
3 View the shared resources of the remote host ( But you don't see the default share )
net view \\IP
Brutally crack the system password 445
Using tools ntscan

take user And the password burst out You can go through net use \\IP\ipc$ " password " /user:" user name " To make a connection


After successful connection, the back door can be left
Make a Trojan

copy Implant Trojans
边栏推荐
- 荐号 | 有趣的人都在看什么?
- Catch all asynchronous artifact completable future
- Resttemplate details
- Godson 2nd generation burn PMON and reload system
- redis6主从复制及集群
- These 18 websites can make your page background cool
- Solve the problem of "unable to open source file" xx.h "in the custom header file on vs from the source
- uplad_ Labs first three levels
- The real king of caching, Google guava is just a brother
- The development of speech recognition app with uni app is simple and fast.
猜你喜欢

Zibll theme external chain redirection go page beautification tutorial

French scholars: the explicability of counter attack under optimal transmission theory

Set up a website with a sense of ceremony, and post it to the public 2/2 through the intranet

Idea set method annotation and class annotation

Solve the problem of invalid uni app configuration page and tabbar

Redis6 master-slave replication and clustering

Ordering system based on wechat applet

常见问题之PHP——Fatal error: Allowed memory size of 314572800 bytes exhausted...

Could not set property 'ID' of 'class xx' with value 'XX' argument type mismatch solution

ELFK部署
随机推荐
Rk3566 add LED
Idea set method annotation and class annotation
uplad_ Labs first three levels
Self built shooting range 2022
ETCD数据库源码分析——rawnode简单封装
Prefix, infix, suffix expression "recommended collection"
Require, require in PHP_ once、include、include_ Detailed explanation of the efficiency of repeated introduction of once class library
web3.eth. Filter related
昆仑太科冲刺科创板:年营收1.3亿拟募资5亿 电科太极持股40%
Simple PHP paging implementation
zabbix 监控
Laravel framework operation error: no application encryption key has been specified
PHP basic syntax
瑞能实业IPO被终止:年营收4.47亿 曾拟募资3.76亿
PHP character capture notes 2020-09-14
Request + BS4 crawl Netease cloud music popular comments
aspx 简单的用户登录
Godson 2nd generation burn PMON and reload system
Primary code audit [no dolls (modification)] assessment
laravel-dompdf导出pdf,中文乱码问题解决