当前位置:网站首页>6-14 vulnerability exploitation rpcbind vulnerability exploitation
6-14 vulnerability exploitation rpcbind vulnerability exploitation
2022-07-24 03:46:00 【Mountain Rabbit 1】

rpcbind Introduce
In layman's terms ,rpcbind yes NFS A service used for message notification in .
In general rpcbind Running on the 111、31 port . also NFS Configuration on rpcbind_enable=“YES”

Let's probe the open port of the current machine , Generally open rpcbind, There will be nfs Functions of network sharing ,nfs The port is 2049
nmap 192.168.42.137

Target detection rpcbind
Use nmap -sV -p 111 IP Address Target detection rpcbind Version information .
nmap -sV -p 111 192.168.42.137

In the real world , After we detect the service and version , We can use
searchsploit rpcbind2
, Check whether there are exploitable vulnerabilities

You can see rpcbind There are some vulnerabilities and scripts like this , Use a few rce Script and vulnerability mining script , I won't use these dos And the content of the script
In some cases , You will find that it has rce In the case of remote code execution , We can use the probe script , Test script , Make a corresponding rebound shell The operation of , I didn't find it here
nmap Script probe
stay nmap in , Use nmap -p 111 --script=rpcinfo Destination address To detect the target rpcinfo Information .
nmap -p 111 --script=rpcinfo 192.168.42.137

The above port information is only used nmap To detect
metasploit Module detection
Use metasploit Under the auxiliary/scanner/misc/sunrpc_portymapper Conduct target detection
msfconsole
use auxiliary/scanner/misc/sunrpc_portmapper
// A module for discovering port information
show options
set rhosts 192.168.1.106
show info
// View module information
run

The mapping content is the port number corresponding to the program , utilize metasploit Find out nfs Corresponding combination port ,nlockmgr and mountd, adopt metasploit You can find , We're open nfs, We can carry out the next detection , If nfs Port is not 2049, This is the time ,rpcbind It has played a great role , To find the corresponding nfs Port number
边栏推荐
- IO流分类整理
- 【无标题】
- RTOS internal skill cultivation (10) | in depth analysis of RTOS kernel context switching mechanism
- DOM related method concepts
- Worthington hydroxysteroid dehydrogenase technical description and determination scheme
- Complex nested object pool (5) -- unified management and expansion of object pool
- 93. (leaflet chapter) leaflet situation plotting - modification of attack direction
- [JS reverse hundred examples] a public resource trading network, reverse analysis of announcement URL parameters
- [untitled]
- dynamixel舵机在ros下的workbnech使用
猜你喜欢

Interviewer: if the order is not paid within 30 minutes after it is generated, it will be automatically cancelled. How to realize it?

Matlab Simulink hydropower and synchronous motor power generation

Worthington mammalian lactate dehydrogenase study -- Characteristics and determination scheme
![Embedded system transplantation [5] - Cross compilation tool chain](/img/2a/eadaaafe794aa9b3106441fa50ffc7.png)
Embedded system transplantation [5] - Cross compilation tool chain

Expressions régulières \ \ B \ \ b compréhension de l'appariement des limites des mots

Technical dry goods | how difficult is data processing? Take a look at the solution provided by mindspire!

CVE-2022-29464 WSO2文件上传漏洞

H7-tool serial port offline burning operation instructions, support TTL serial port, RS232 and RS485 (2022-06-30)

Learning summary | truly record what mindspire two-day training camp can bring to you (1)!

Summary of Zhang Yu's 30 lectures on Advanced Mathematics
随机推荐
[wepy2.0] installation
C语言经典练习题(2)——“冒泡排序(Bubble Sort)“
Write code, and multiple characters move from both ends to converge in the middle
PAT甲级 1041 Be Unique
Redis
Worthington: characteristics and other parameters of hexokinase from yeast
Advanced embedded application of uni app [day14]
Pit encountered in project upgrading
Workbnech application of dynamixel steering gear under ROS
监听div的滚动事件 @scroll
Why do some people write code so complicated?
Method sharing of saving data to CSV file in MATLAB
Learning summary | truly record what mindspire two-day training camp can bring to you (1)!
IO流分类整理
PAT甲级 1043 Is It a Binary Search Tree
Database foundation and installation
H7-tool serial port offline burning operation instructions, support TTL serial port, RS232 and RS485 (2022-06-30)
Exercices classiques de langue C (2) - « tri des bulles »
Cve-2022-29464 wso2 file upload vulnerability
CVE-2022-29464 WSO2文件上传漏洞