mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Update README.md
This commit is contained in:
parent
1f37381fde
commit
bca0b13cbf
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ While the first version (up to 1.6.2) of bettercap was implemented in Ruby and o
|
|||
This ground-up rewrite offered several advantages:
|
||||
|
||||
* bettercap can now be distributed as a **single binary** with very few dependencies, for basically **any OS and any architecture**.
|
||||
* 1.x proxies, altough highly optimized and event based, **[used to bottleneck the entire network](https://en.wikipedia.org/wiki/Global_interpreter_lock)** when performing a MITM attack, while the new version adds almost no overhead.
|
||||
* 1.x proxies, although highly optimized and event based, **[used to bottleneck the entire network](https://en.wikipedia.org/wiki/Global_interpreter_lock)** when performing a MITM attack, while the new version adds almost no overhead.
|
||||
* Due to such **performance and functional limitations**, most of the features that the 2.x version is offering were simply impossible to implement properly (read as: without killing the entire network ... or your computer).
|
||||
|
||||
For this reason, **any version prior to 2.x is considered deprecated** and any type of support has been dropped in favor of the new implementation. An archived copy of the legacy documentation is [available here](https://www.bettercap.org/legacy/), however **it is strongly suggested to upgrade**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue