Ehtools wifi渗透工具框架

关于ehtools框架

Wi-Fi工具越来越容易被初学者使用,Ehtools框架是一个可以从中轻松探索的重要渗透工具的框架。这个强大而简单的工具可以用于从安装新的附加组件到抓取在几秒钟内与WPA握手。另外,它易于安装、设置和使用。
Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

如何安装ehtools

cd ehtools
chmod +x install.sh
./install.sh
Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

选择框架的版本

在执行install.sh之后,将询问您选择Ehtools Framework-PRO os LITE的版本。
如果您没有购买Ehtools Framework PRO,请选择LITE。如果您购买了Ehtools Framework PRO,请选择PRO。
./install.sh

如果选择Ehtools Framework PRO,则需要使用需要在ehtools网站上购买的Ehtools激活密钥来激活它。如果您具有Ehtools激活密钥,请阅读以下说明。

如何激活ehtools PRO

您可以在ehtools网站上以1美元的价格购买此密钥!该密钥用于激活ehtools PRO,在文件install.sh的激活密钥的输入字段中输入它,然后您就可以安装ehtools并将其仅用于教育目的!

警告:key只工作一个星期,然后就变了!你需要有时间在更新之前输入它!
./install.sh
输入您的ehtools激活密钥!你可以在ehtools网站上购买!(激活密钥)

另外,我们不建议更改ehtools的源代码,因为它非常复杂,您可能会弄乱某些东西并破坏框架!

如何卸载ehtools

ehtools -u
警告:如果要重新安装,请不要执行此操作
您购买了ehtools PRO,不要这样做,因为你得再买一次!

攻击框架

大多数新的Wi-Fi黑客工具都依赖于许多相同的基础攻击,而使用其他更熟悉的工具(如Aireplay-ng)自动执行的脚本通常被称为框架。这些框架试图以智能或有用的方式来组织工具,以使它们超越原始程序的功能或可用性。

一个很好的例子就是集成了Airodump-ng等扫描工具,WPS Pixie-Dust等攻击工具和Aircrack-ng等破解工具的程序,这些程序为初学者创建了易于理解的攻击链。这样做使使用这些工具的过程更容易记住,并且可以看作是一种导游。尽管无需用手就可以进行这些攻击,但是与自己尝试进行攻击相比,其结果可以更快或更方便。

我们涵盖的一个示例是Airgeddonframework,这是一种无线攻击框架,它可以执行一些有用的事情,例如使目标选择过程自动化以及消除用户花费在程序之间复制和粘贴信息的时间。这甚至为经验丰富的测试者节省了宝贵的时间,但缺点是阻止初学者了解攻击的“幕后”情况。尽管这是事实,但其中大多数框架都是快速,高效的,并且使用起来非常简单,甚至使初学者也可以使用和禁用整个网络。

初学者的UX / UI改进

Ehtools框架仅需在终端窗口中键入字母ehtools即可,然后在首次运行后要求您提供网络接口的名称。它使用您提供的名称连接到执行选择的任何攻击所需的工具。除了该初始输入之外,仅通过从菜单中选择选项编号就可以执行大多数可能的攻击。这意味着您只需选择一个菜单选项就可以进行网络握手或下载新的黑客工具(例如Pupy)。

使用基本的网络工具

首先,我们可以从主菜单访问有关当前连接的网络以及任何网络接口的数据。在这里,我们可以通过键入l来获取本地IP信息来查找本地信息,如下所示。

这使我们能够执行诸如扫描网络中其他设备的操作。Ehtools框架的这一部分使我们可以更好地了解网络并了解周围有哪些设备。各种信息可以细分如下:

(ehtools)> if
运行ifconfig并给出名称以及所有网络设备的信息。
(ehtools)> 1
INFO: Enable wlan0.
(d1 disables it)
(ehtools)> 2
INFO: Enable wlan0mon.
(d2 disables it)
(ehtools)> 3
随机或设置MAC地址到特定值。
(ehtools)> 7
查看您的公共IP地址你访问的网站上的计算机正在离开。
(ehtools)> 19
查找给定的物理地址确定其相对位置的IP地址。
(ehtools)> scan
在网络上启动ARP扫描发现附近的设备。
(ehtools)> start
在无线网络适配器上启动监视器模式。
(ehtools)> stop
停止网络适配器上的无线监视器模式。

安装新工具

Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

Ehtools Framework的乐趣之一是向我们的军械库添加新工具变得如此容易。我们可以选择选项9来访问Ehtools Framework中的工具列表。

INFO: Our framework has more than 100 packages in
ehtools archive (on server this archive: 2.3 Tb)!

在下一个菜单中,工具分为主要类别,并提供用于管理脚本安装的选项。提供的选项有:

  1. Wi-Fi工具(攻击无线网络的工具)。
INFO: Wi-Fi options this is tools for attacking 
wireless networks and network databases.
  1. 远程访问(用于远程访问其他设备并进行远程管理的工具)。
INFO: Remote access means tools for getting access 
to other devices and remotely managing them.
  1. 信息收集(在人或网站上收集情报)。
INFO: Information gathering tools, tools for 
collecting intelligence on peaple or website.
  1. 网站工具(用于利用或攻击网站的工具)。
INFO: Website tools, tools for exploiting or 
attacking sites and network databases.
  1. 其他(其他黑客工具的各种集合)
INFO: Other tools this is collection 
of miscellaneous hacking tools.

您还可以通过访问选项6管理已安装的工具。

使用ehtools快速访问

INFO: Ehtools quick access, this is when you run
ehtools and for example ehtools -r to remove ehtools!

运行它以打开快速访问菜单:

ehtools -o

运行它来卸载ehtools:

ehtools -u

运行它以打开握手菜单:

ehtools -h

运行它以打开“查找WPS”菜单:

ehtools -w

INFO: For this shortcuts you will not need enter 
your ehtools password (only for ehtools -u)!

使用ehtools应用程序

INFO: Ehtools application is an Ehtools Framework shortcut 
that allows users to run Ehtools Framework just selecting 
ehtools in the applications and clicking on it! I mean ehtools 
application allows users to run ehtools via the application!

有两种方法设置ehtools应用程序:

使用安装程序

INFO: The ehtools INSTALLER allows 
you to create ehtools application.

使用ehtapp

INFO: There is an ehtools utility named 
ehtapp (read more in Ehtools Utilities) that 
allows users to configure ehtools application.

ehtapp -c

为什么选择ehtools框架?

默认情况下,安装了58种以上的渗透测试工具

INFO: More than 58 options installed by default you
can find in ehtools, this is tools such as MetaSploit,
WireShark and other tools!

密码保护和配置加密

INFO: In version 2.1.6 we added pasword protection,
we added it for users who think that his/her friend or
parents will turn into ehtools and will remove or destroy
it. Only for this people we create password protection
for Ehtools Framework :)

易于学习,这是初学者的最佳框架

INFO: Ehtools Framework's TUI is very simple for beginners,
you can start attack on the local network by choosing an
option from main menu. It is very simple, is not it?

初学者的UX / UI改进

INFO: It uses the names you supply to connect to the tools needed to 
execute any attacks you select! Aside from that initial input, the majority 
of the possible attacks can be performed merely by choosing the option number 
from the menu. This means you can grab a network handshake or download a new 
hacking tool like Pupy by just selecting from one of the menu options!

您可以从ehtools安装100多种工具

INFO: Our framework has more than 100 packages in ehtools 
archive (on server this archive: 2.3 Tb)! But if you are using 
ehtools LITE you could install only 50% of this tools!
Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

系统要求

Ehtools Framework仅支持两个操作系统

INFO: Ehtools Framework only supports two
operating systems - Kali Linux and Parrot OS!

完全root访问权限和对/ root文件夹的访问

INFO: All ehtools files and folders will be copied to /root,
/bin and /etc system folders, to copy ehtools data to
your system Ehtools Framework needs full root access!

良好的Internet连接以支持服务器(仅ehtools PRO)

INFO: The server support for ehtools PRO is one of system 
requirements, it is needed for collect information about 
ehtools crashes and it is also needed for check product 
status such as (you bought ehtools/you did not buy ehtools)

Ehtools实用程序

uiecache | 

uiecache(卸载ehtools缓存)是一个实用程序,可以帮助您清除/卸载ehtools缓存,例如登录日志或.config文件!

Usage: uiecache [OPTION...]
Copyright (C) 2019, Entynetproject. All Rights Reserved.

   -a  --all          Uninstall all ehtools cache.
                        (standart old uiecache)
   -p  --path <path>  Uninstall ehtools cache from your path.
                        (uninstall cache from path)
   -r  --restart      Restart all ehtools processes and services.
                        (restart ehtools system)                    
   -h  --help         Give this help list.

要清理/卸载所有ehtools缓存,您需要执行以下命令:

uiecache -a

ehtmod | 

ehtmod(ehtools模块)是一种实用程序,可使用命令添加权限或控制Ehtools Framework模块的功能,例如,eht1模块具有eht1命令,在终端中输入该命令,然后eht1模块将启动。

Usage: ehtmod [OPTION...]
Copyright (C) 2019, Entynetproject. All Rights Reserved.

-i  --install         Install ehtools modules to /bin/ehtools.
                        (install ehtools modules)
-t  --take    <name>  Take a new ehtools modules snapshot.
                        (take ehtools modules snapshot)
-r  --restore <name>  Restore saved ehtools modules snapshot.
                        (restore ehtools modules snapshot)
-d  --delete  <name>  Delete saved ehtools modules snapshot.
                        (delete ehtools modules snapshot)
-u  --uninstall       Uninstall ehtools modules from /bin/ehtools.
                        (uninstall ehtools modules)
-h  --help            Give this help list.

要安装ehtools模块,您需要执行以下命令:

INFO: The ehtools INSTALLER will ask you to "install" or "not 
install" ehtools modules and if you answered "not install" and 
want to install them, run the following command!

模块-i

Ehtools模块快照(EMS)

INFO: EMS is a saved ehtools modules data from /bin/ehtools and 
/root/ehtools/eht (this is a saved ehtools modules data), you can 
take it using the ehtmod utility v1.9 and restore it.

要拍摄ehtools模块快照,您需要执行以下命令。您需要输入要拍摄的ehtools模块快照的名称(例如:snapshot1):

ehtmod -t快照1

电动工具模块恢复(EMR)

INFO: EMR is an operation that removing /bin/ehtools and 
/root/ehtools/eht and restoring it from the saved ehtools modules 
snapshot, you can restore it using the ehtmod utility v1.9, but ESR will 
remove all your old ehtools modules data from /bin/ehtools and /root/ehtools/eht!

要恢复ehtools模块快照,您需要执行以下命令。您需要输入已保存的ehtools模块快照的名称(例如:snapshot1):

ehtmod -r快照1

ehtkey | 

ehtkey(ehtools密钥)是一个实用程序,可让您更改ehtools配置密钥(ehtools config / boot密钥)并重写/etc/ehtools/.config。

Usage: ehtkey [OPTION...]"
Copyright (C) 2019, Entynetproject. All Rights Reserved.

   -c  --change <old_key> <new_key>  Change ehtools config key.
                                       (change config key)
   -h  --help                        Give this help list.

要更改ehtools配置键,您需要执行以下命令。您需要输入旧的ehtools配置键(例如:1001),然后输入新的ehtools配置键(例如:2002):

ehtkey -c 1001 2002

ehtapp | 

ehtapp(ehtools应用程序)是一个实用程序,可让您配置ehtools应用程序,例如创建ehtools桌面应用程序。

Usage: ehtapp [OPTION...]"
Copyright (C) 2019, Entynetproject. All Rights Reserved.

   -c  --create            Create ehtools application.
                             (create shortcut application)
   -d  --desktop <option>  Create/remove ehtools desktop application.
                             (create/remove desktop shortcut application)
   -r  --remove            Remove ehtools application.
                             (remove shortcut application)
   -h  --help              Give this help list.

要创建ehtools应用程序,您需要执行以下命令:

INFO: The ehtools INSTALLER will ask you to "create" or 
"not create" ehtools application and if you answered "not 
create" and want to create it, run the following command!

ehtapp -c

要创建ehtools桌面应用程序,您需要执行以下命令:

ehtapp -d创建

epasswd | 

epasswd(ehtools密码更改器)是一个实用程序,可让您更改ehtools登录名和密码或ehtools根密码!

更改ehtools登录名和密码

密码

要更改ehtools登录名和密码,请输入旧的ehtools登录名(例如:ehtools)和旧的ehtools密码(例如:sloothe):

(login)> ehtools
(password)> sloothe (will not be shown!)

之后,输入新的ehtools登录名(例如:admin)和新的ehtools密码(例如:1234):

((new)login)> admin
((new)password)> 1234 (will not be shown!)

恭喜,您已成功更改ehtools的登录名和密码!

WARNING: In no case do not forget this password, it will
not be restored and you will need to reinstall ehtools!

修改ehtools的root密码

要设置root密码,请以ehtools root登录到epasswd:

epasswd
(login)> root

在此之后,输入旧的ehtools根密码(默认值:toor):

(password)> toor (will not be shown!)

在此之后,输入新的ehtools根密码(例如:1234):

((new)password)> 1234 (will not be shown!)

恭喜,您已成功更改ehtools的root密码!

警告:在任何情况下都不要忘记此密码,
它不会被恢复,你必须重新安装ehtools!

关于ehtools服务器支持

服务器对ehtools PRO的支持非常重要,因为会将所有错误报告发送给它,以改善和修复漏洞和错误!

建立良好的Internet连接
ehtools,帮助ehtools访问服务器!

如果由于不良的Internet连接,ehtools将无法与服务器通信,则由于访问被拒绝以及购买或未购买的ehtools的校验错误,框架将无法启动!

如何保护ehtools

Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

使用install.sh进行操作:

COUNCIL:使用install.sh创建登录名和密码
(例如:登录:ehtools,密码:sloothe)

要从ehtools退出时,请执行以下操作:

当你要退出框架时,
退出快捷方式- 0或exit。

要从ehtools退出时,请勿执行以下操作:

不要只关闭ehtools窗口
不要退出EHOToTS框架
使用CTRL+C或其他退出信号!
Ehtools wifi渗透工具框架
Ehtools wifi渗透工具框架

from

Leave a Reply

您的邮箱地址不会被公开。 必填项已用 * 标注