当前位置:网站首页>[download attached] password acquisition tool lazagne installation and use
[download attached] password acquisition tool lazagne installation and use
2022-07-03 12:23:00 【Network security self-study room】
brief introduction :
1.1、 function :
An open source application , Used to get information stored on the local computer ( The most commonly used software ) Of Lots of passwords . Each software uses a different technology ( Pure text 、 Plaintext ,API, Custom algorithm , Database etc. ) Store their password .
1.2、 limitations :
Supported software :
Find the password of the most commonly used software ( Support most common tools on the market ) eg: browser 、Git、SVN、Wifi、Databases etc. , But the support for chat software is not localized , It mainly supports some foreign chat software
Permission problems :
After raising the right root or system( High authority administrator account ) Run under Otherwise you may not catch
Permission problems :
1.3、 Cross-platform sex :
be based on py Developed , Cross platform performance is relatively good If the target does not have py Environmental Science , take py convert to exe And then put it on the target machine
1.4、 No killing : present situation :
LaZagne Of Releases Inside exe It has been recorded by all kinds of killers md5
measures :
Pack by yourself if you will LaZagne To exe, There will be new md5, stay md5 The detection level has a certain killing free effect , But it still needs to be tested by behavior Can be packaged in a completely new environment ( Just pack the bags you need , Reduce volume ,XP Packaging in the environment can also reduce the volume )
download
GitHub Address
https://github.com/AlessandroZ/LaZagne
Windows edition 、Linux edition 、Mac edition
Available at the end of the text Windows Version download link
Environmental Science :
( Talking about the environment , It's really different versions of different software requirements , In exchange , Let's move on to the next one )

3.1、 Installation dependency :
python -m pip install -r requirements.txt
( I haven't found the right dependence ) 
3.2、 Use exe file
( Just use the packaged ones exe file )

Usage method
4.1、 Support module
Position argument ( Select the main command ):
#Run chats module
mails( mail )
#Run mails module
all( all )
#Run all modules
git
#Run git module
svn
#Run svn module
windows
#Run windows module
wifi
#Run wifi module
maven
#Run maven module
sysadmin
#Run sysadmin module
browsers( browser )
#Run browsers module
games( game )
#Run games module
multimedia( multimedia )
#Run multimedia module
memory
#Run memory module
databases( database )
#Run databases module
php
#Run php module
4.2、 Output format :
-oNOutput is txt Format-oJOutput is Json Format-oAOutput in all formats
Add the location of the output file -output D:\…… eg:
laZagne.exe all -oN -output C:\……
4.3、 Example :
Get all passwords :
LaZagne.exe all ( The following figure shows the common users ) And find out 2 individual


Get the password of a kind of software : eg: Grab browser .\laZagne.exe browsers ( The following figure shows the common users )
Get the password of the specified software : eg: Get Firefox
laZagne.exe browsers -firefox
( The following figure shows the common users )
Get all passwords and output .\laZagne.exe all -oN -output D:\BaiduNetdiskDownload\LaZagne-master\LaZagne-master

边栏推荐
- Download address and installation tutorial of vs2015
- wpa_ cli
- Flutter Widget : Flow
- (构造笔记)MIT reading部分学习心得
- Self made pop-up input box, input text, and click to complete the event.
- 网络通讯之Socket-Tcp(一)
- Dart: view the dill compiled code file
- Php Export word method (One MHT)
- OPenGL 基本知识(根据自己理解整理)
- Systemverilog-- OOP--对象的拷贝
猜你喜欢

PHP export word method (one MHT)

2.8 overview of ViewModel knowledge

OpenGL index cache object EBO and lineweight mode

Integer string int mutual conversion

Shutter widget: centerslice attribute

【mysql官方文档】死锁

Integer int compare size

PHP導出word方法(一mht)

laravel 时区问题timezone

If you can't learn, you have to learn. Jetpack compose writes an im app (I)
随机推荐
Lambda表达式
Redis
Solution to the second weekly test of ACM intensive training of Hunan Institute of technology in 2022
Introduction to concurrent programming (I)
LeetCode 0556.下一个更大元素 III - 4步讲完
(构造笔记)MIT reading部分学习心得
Differences between MySQL Union and union all
Apprendre à concevoir des entités logicielles réutilisables à partir de la classe, de l'API et du cadre
Basic knowledge of OpenGL (sort it out according to your own understanding)
102. Sequence traversal of binary tree
DEJA_ Vu3d - cesium feature set 053 underground mode effect
MySQL time zone solution
Redis 笔记 01:入门篇
How to convert a numeric string to an integer
Develop plug-ins for idea
Dart: self study system
Flutter 退出登录二次确认怎么做才更优雅?
Shell: basic learning
(構造筆記)從類、API、框架三個層面學習如何設計可複用軟件實體的具體技術
(construction notes) learning experience of MIT reading