xray VS pwntools

Compare xray vs pwntools and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
xray pwntools
3 8
2,143 11,480
- 2.2%
0.0 9.1
over 1 year ago 3 days ago
Go Python
GNU General Public License v3.0 only 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.

xray

Posts with mentions or reviews of xray. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-25.
  • Bruter v1.0.0b
    2 projects | news.ycombinator.com | 25 Mar 2023
    Hi folks, I released bruter a golang tool that I enjoyed building:

    It is a simple app that was built as an experiment while dusting my Go skils. It is indeed very much inspired by (https://github.com/evilsocket/xray) (but hey not copied ;)). The tooling can be used to test webservers and validate configurations, but not just!

    What does it do?

    It grabs HostInfo data from Shodan APIs, so you will need a Token to try this out

    It collects banners for various services FTP, SSH, MYSQL, IRC, SMTP

    It collects HTTP headers

    It brute force directories on WebServers and reports results (200, 403)

    It produces a Web UI for presentation

    Check it out and let me know what you think! Feedbacks are very welcome :D

  • Bruter v.1.0.0b -- https://github.com/CyberRoute/bruter
    1 project | /r/golang | 25 Mar 2023
    It is a simple app that was built as an experiment while dusting my Go skils. It is indeed very much inspired by (https://github.com/evilsocket/xray) (but hey not copied ;)). The tooling can be used to test webservers and validate configurations, but not just!
  • Awesome Penetration Testing
    124 projects | dev.to | 6 Oct 2021
    XRay - Network (sub)domain discovery and reconnaissance automation tool.

pwntools

Posts with mentions or reviews of pwntools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • PwnTools for Exploit Development
    1 project | dev.to | 20 Aug 2023
    The Pwntools library stands out as a sophisticated toolset for CTF enthusiasts and security researchers. It aids in creating and executing shellcode, designing payloads, and interacting with remote processes. For instance, the context feature allows developers to switch between different architectures effortlessly, while the 'tube' module streamlines the communication between local and remote processes. And it's not just limited to Linux; the library has support for various platforms including Windows, making it versatile and comprehensive.
  • unable to install pwntools on mac m1
    1 project | /r/ExploitDev | 17 May 2023
    you have to remove the unicorn dependency from the setup.py because doesn't support m1 git clone https://github.com/Gallopsled/pwntools cd pwntools sed -i'' '/unicorn/d' setup.py pip install --upgrade .
  • Awesome CTF : Top Learning Resource Labs
    72 projects | /r/TutorialBoy | 13 Nov 2021
    Pwntools - CTF Framework for writing exploits.
  • Awesome Penetration Testing
    124 projects | dev.to | 6 Oct 2021
    Pwntools - Rapid exploit development framework built for use in CTFs.
  • Not sure if belongs here
    1 project | /r/masterhacker | 30 Aug 2021
    Pwntools is a thing.
  • What is Calypso?
    4 projects | dev.to | 4 Mar 2021
    One library that I may eventually make which will probably not be an officially maintained library but which I will maintain myself will be a partial or full port of pwntools (a library written in Python for CTFs) to Calypso. For more information on CTFs, atan made a pretty cool post about them:
  • Use pwntools for your exploits
    1 project | dev.to | 7 Feb 2021
  • anybody know good packet crafting resources?
    1 project | /r/ExploitDev | 31 Dec 2020
    Scapy is great if you're attacking low level networking protocol stacks like TCP/IP or UDP. In that case, you may be modifying packet headers and such. Otherwise, it's much easier to just use the Python socket module and craft your custom payload in Python. Even better is the pwntools module.

What are some alternatives?

When comparing xray and pwntools you can also consider the following projects:

Metasploit - Metasploit Framework

bruter - Brutuer is an OSINT tooling, an experiment to build a reconnaissance simple app to have fun 🕵️‍♂️

pwndbg - Exploit Development and Reverse Engineering with GDB Made Easy

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

one_gadget - The best tool for finding one gadget RCE in libc.so.6

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.

angr - A powerful and user-friendly binary analysis platform!

Cppcheck - static analysis of C/C++ code

padding-oracle-attacker - 🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.

iodine - Official git repo for iodine dns tunnel

gophish - Open-Source Phishing Toolkit