easybuild-easyconfigs
pwntools
easybuild-easyconfigs | pwntools | |
---|---|---|
3 | 8 | |
374 | 11,979 | |
0.8% | 1.1% | |
10.0 | 8.8 | |
8 days ago | 7 days ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
easybuild-easyconfigs
-
Request for info/opinion: getting into HPC with non-traditional background
For a good list of the codes in question, https://github.com/easybuilders/easybuild-easyconfigs has a good list to start from. Pick one.
- How to deploy a software with modules on a HPC
- Central installation of Julia on an HPC
pwntools
-
PwnTools for Exploit Development
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
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
Pwntools - CTF Framework for writing exploits.
-
Awesome Penetration Testing
Pwntools - Rapid exploit development framework built for use in CTFs.
-
Not sure if belongs here
Pwntools is a thing.
-
What is Calypso?
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
-
anybody know good packet crafting resources?
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?
persepolis - Persepolis is a download manager written in Python.
Metasploit - Metasploit Framework
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
pwndbg - Exploit Development and Reverse Engineering with GDB Made Easy
EasyBuild - EasyBuild - building software with ease
angr - A powerful and user-friendly binary analysis platform!
openage - Free (as in freedom) open source clone of the Age of Empires II engine 🚀
one_gadget - The best tool for finding one gadget RCE in libc.so.6
padding-oracle-attacker - 🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.
gophish - Open-Source Phishing Toolkit
peda - PEDA - Python Exploit Development Assistance for GDB
RsaCtfTool - RSA attack tool (mainly for ctf) - retrieve private key from weak public key and/or uncipher data