rust-cardano-ouroboros-network
RustScan
Our great sponsors
rust-cardano-ouroboros-network | RustScan | |
---|---|---|
5 | 26 | |
36 | 10,800 | |
- | 3.3% | |
0.0 | 6.9 | |
8 months ago | 27 days ago | |
Rust | Rust | |
Mozilla Public License 2.0 | GNU General Public License v3.0 only |
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.
rust-cardano-ouroboros-network
-
Want to be Cardano core developer? Join the dcSpark team and work on the Rust SDK!
There are a few different Github repositories that server different things -- I'm not sure if there is a list of all of them. The job posting would mostly be related to https://github.com/Emurgo/cardano-serialization-lib and the network lib https://github.com/2nd-Layer/rust-cardano-ouroboros-network
-
First tagged version of rust-cardano-ouroboros-network has been released - v0.1.0
Hi, we have a ticket open for unit tests on GitHub, see https://github.com/2nd-Layer/rust-cardano-ouroboros-network/issues/40, /u/pavlix will be working on that as part of 0.1.1 release, however we will need to implement a server side of ChainSync, and at the same time I am working on integration tests with Cardano Node directly in this PR...
RustScan
-
[self-made] havn - fast lightweight port scanner
I’m not sure why I decided to create it, I think I tried to use RustScan for a simple task last week, but it was too convoluted for my needs, as well as the fact that it requires nmap to be installed. Thus havn was born, nothing else needed, and only directly using two dependencies, Tokio and Clap, although I think If I really wanted to, I could remove the Clap dependency, but it’s just so handy and easy to use.
- Recommended high speed port scanner?
-
What are your favorite Rust-powered Linux programs?
My favourites are ripgrep, exa and rustscan
-
HTB - Paper (Writeup)
First, we will be checking for open ports. I will be using rustscan here (because it's fast, and it's basically the Rust implementation of nmap), but you are free to choose whatever port scanner you like.
- Tips for Making a Popular Open-Source Project in 2021 [Ultimate Guide]
-
Owl - Rust Port Analyzer and Network Mapper
There's also rustscan
-
Awesome Penetration Testing
RustScan - Lightweight and quick open-source port scanner designed to automatically pipe open ports into Nmap.
-
The most important step in hacking - Enumeration
We can see there are 5 ports open. We may be able to exploit the HTTP service on port 80 or gain access to SSH on port 20. Port scanning can be slow, tools such as PyRCON and Rust Scanner may help us speed up this process. Typically this isn't necessary but in a KOTH or battlegrounds game, we can't spare the time.
-
sx - modern network scanner that is 30 times faster than nmap
I will do a more detailed analysis of this product, but based on these three source files: input.rs, mod.rs and Dockerfile, they made a wrapper over nmap, whereas sx is independent of third party utilities and generates and sends raw packets directly through the NIC using AF_PACKET socket
Would love to hear how it compares to RustScan: https://github.com/RustScan/RustScan
What are some alternatives?
masscan - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
scapy - Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
nuclei - Fast and customizable vulnerability scanner based on simple YAML based DSL.
SQLMap - Automatic SQL injection and database takeover tool
netdiscover - Netdiscover, ARP Scanner (official repository)
evillimiter-windows - Tool that limits bandwidth of devices on the same network without access.
Cargo - The Rust package manager
wpscan - WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via [email protected]
BloodHound - Six Degrees of Domain Admin
mimikatz - A little tool to play with Windows security
awesome-rust - A curated list of Rust code and resources.
impacket - Impacket is a collection of Python classes for working with network protocols. [Moved to: https://github.com/SecureAuthCorp/impacket]