awesome-tor VS bettercap

Compare awesome-tor vs bettercap and see what are their differences.

awesome-tor

A list of awesome Tor related projects, articles, papers, etc (by ajvb)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-tor bettercap
2 28
396 15,681
- 0.8%
0.0 1.0
8 months ago 25 days ago
Go
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-tor

Posts with mentions or reviews of awesome-tor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-17.
  • Tor is not just for anonymity
    4 projects | news.ycombinator.com | 17 Jul 2023
    The internet is no longer as peer-to-peer friendly as it once was. Hence the existence of commercially-motivated hacks run by third parties such as hosting, e.g., Cloudflare, etc., including tunneling, e.g., ngrok, etc. Alternatively, Tor relies on third parties but AFAIK it's not so centralised and it's not commercially-motivated.

    That is what differentiates it from all the other options. There is no company behind it trying to make money by exploiting internet subscribers trying to connect with each other (not the so-called "tech" company).

    Tor can have uses other than the ones normally discussed such as anonymity and evading censorship. Tor can provide reachability without use of commercial eavesdropping third party intermediaries.

    For example, one can use Onion Services for advertising open IP:port information that is needed for peer-to-peer connections over other, faster peer-to-peer overlay networks, not the Tor network. The Onion Service can function as the "rendezvous" server for making peer-to-peer connection outside of Tor. Tor's Onion Services can be used to exchange IP:port information for making direct connections over the internet without using Tor. No need to use commercial third parties. Ngrok, Tailscale, etc. all require use of servers run by a commercial third party. Tor does not. There is ample free software that can establish peer-to-peer connections over the internet but in every case it requires some reachable server running this software on the internet, and for most users that means they have to run a server and pay a commercial third party for hosting. Tor has no such requirement.

    Imagine being able to share content with family, friends, colleagues without the need for so-called "tech" companies^1 acting as intermediaries ("middlemen"). With a reachable IPv4 address this becomes possible. It would be nice if every home internet access subscriber received a reachable IPv4 address from their ISP. No doubt, some do. But on today's internet most do not. The so-called "tech" companies all have reachable IPv4 addresses. Hence they assume the roles of middlemen and use this position to exploit internet subscribers for profit.

    Something like Tor provides a solution. Again, it is not always necessary to route all traffic over Tor. Tor can have other uses. When the goal is simply peer-to-peer connections, Onion Services can be used to bootstrap peer-to-peer overlay connections using the user's choice of software by providing a secure, reliable way to exchange IP:port information. Goal here when using Tor is not anonymity nor censorship evasion, it's reachability. Similarly, goal of peer-to-peer is not necessarily anonymity nor evading censorship either, it's bypassing commercially-motivated, eavesdropping middlemen known as "tech" companies, and avoiding the annoyances of advertising. A possible additional benefot of using Tor in this way is elevated privacy. Google, for example, cannot easily discover Onion Services. No one can discover Onion Services using ICANN DNS.

    1. The term "tech" as in "tech company" means a company, usually a website, that collects data from and about people to support the sale of advertising services because advertising services are the only services the company can sell on a scale large enough to sustain a profitable business.

    More reading/viewing:

    https://github.com/anderspitman/awesome-tunneling

    Tor Hidden Services (now called "Onion Services")

    https://jamielittle.org/2016/08/28/hidden.html

    As one author wrote on Github:

    "onion-expose is a utility that allows one to easily create and control temporary Tor onion services.

    onion-expose can be used for any sort of TCP traffic, from simple HTTP to Internet radio to Minecraft to SSH servers. It can also be used to expose individual files and allow you to request them from another computer.

    Why not just use ngrok?

    ngrok is nice. But it requires everything to go through a central authority (a potential security issue), and imposes artificial restrictions, such as a limit of one TCP tunnel per user. It also doesn't allow you to expose files easily (you have to set it up yourself)."

    https://github.com/ethan2-0/onion-expose

    As another Github contributor put it:

    "With onionpipe, that service doesn't need a public IPv4 or IPv6 ingress. You can publish services with a globally-unique persistent onion address, and share access securely and privately to your own allowlist of authorized keys.

    You don't need to rely on, and share your personal data with for-profit services (like Tailscale, ZeroTier, etc.) to get to it."

    https://github.com/cmars/onionpipe

    https://news.ycombinator.com/item?id=36734956

    https://news.ycombinator.com/item?id=30445421

    https://news.ycombinator.com/item?id=29929399

    "Finally, onion services are private by default, meaning that users must discover these sites organically, rather than with a search engine." [Small websites with small audiences get buried by advertising-supported search engines anyway.]

    https://nymity.ch/onion-services/pdf/sec18-onion-services.pd...

    https://media.ccc.de/v/31c3_-_6112_-_en_-_saal_2_-_201412301...

    https://wiki.termux.com/wiki/Bypassing_NAT (Termux recommends Tor over Ngrok)

    https://github.com/ajvb/awesome-tor

  • Awesome Penetration Testing
    124 projects | dev.to | 6 Oct 2021
    See also awesome-tor.

bettercap

Posts with mentions or reviews of bettercap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.
  • bettercap VS petep - a user suggested alternative
    2 projects | 3 Oct 2023
  • Malware installed in this bluetooth remote?
    1 project | /r/hacking | 1 Jun 2023
    you can do this with Bettercap
  • bettercap hell
    1 project | /r/netsec | 25 May 2023
  • quicklisp security (or total lack of it)
    6 projects | /r/lisp | 26 Feb 2023
    I've been learning some common lisp, reading through Practical Common Lisp, and it's really neat. People say the good ideas of lisp got adapted in other languages and sure that's true of garbage collection, lambda's and some others, but I'm seeing plenty incredible stuff I haven't seen elsewhere, the condition system that among other things lets you fix and resume your program on exception, real interactive development, flexible object system, macros way more understandable than in other languages with AST macros as in lisp the AST is simple, an expressive dynamic language at high level of ruby and python while being an order of magnitude faster performance. Quicklisp also is really neat, how many other package managers can load new dependencies without restarting your application? And I was learning it with idea that it's not just of historical or hobby interest but legitimately a good choice I can use for new programming projects today for many tasks, but I just learned something that makes it impossible for me to consider, which is complete lack of security of quicklisp. You go to the website and see sha256 hash and PGP signature for quicklisp download, awesome it seems at the security standard you expect for a package manager. But then the actual quicklisp client does all downloads over http with no verification. What this means in practical terms is basically if you use quicklisp, anyone on your local network can easily hack your computer, by MITM (man-in-the-middle) the traffic and serving you backdoored software when you install packages from quicklisp. mitm6 will MITM windows machines on normal networks, bettercap can MITM linux and os x on most networks. Aside from attackers on your local network there's plenty other scenarios, you can go near office of CL using company and set up a open WIFI access point with same name as company wifi and hack their developers, using quicklisp over something like Tor is extremely dangerous at present as it would let the exit node backdoor the packages you download, and then in less likely but still should be protected against scenarios is just if quicklisp.org or any router between you and it is compromised, you can be hacked.
  • Grannar från helvetet
    3 projects | /r/swedishproblems | 18 Feb 2023
  • Bettercap – Swiss Army Knife for 802.11, BLE, IPv4 and IPv6 Networks
    1 project | /r/patient_hackernews | 3 Dec 2022
    1 project | /r/hackernews | 3 Dec 2022
    1 project | /r/hypeurls | 3 Dec 2022
    2 projects | news.ycombinator.com | 3 Dec 2022
  • Hacker News top posts: Dec 3, 2022
    3 projects | /r/hackerdigest | 3 Dec 2022
    Bettercap – Swiss Army Knife for 802.11, BLE, IPv4 and IPv6 Networks\ (5 comments)

What are some alternatives?

When comparing awesome-tor and bettercap you can also consider the following projects:

masscan - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.

aircrack-ng - WiFi security auditing tools suite

Tor-Bridges-Collector - Collecting Tor Bridges.

MITMf - Framework for Man-In-The-Middle attacks

awesome-privacy - 💡Limiting personal data leaks on the internet

mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

onion-expose - Easily create Tor hidden services with one command.

wifipumpkin3 - Powerful framework for rogue access point attack.

john - John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs

pwnagotchi-display-password-plugin - Pwnagotchi plugin to display the most recently cracked password on the Pwnagotchi face

lynis - Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.

Metasploit - Metasploit Framework