'Open Sources' 카테고리의 다른 글
linux tools for musical purposes (0) | 2015.06.04 |
---|---|
throwback (0) | 2015.04.13 |
veil framework (0) | 2015.04.08 |
masscan (0) | 2015.04.03 |
linux tools for musical purposes (0) | 2015.06.04 |
---|---|
throwback (0) | 2015.04.13 |
veil framework (0) | 2015.04.08 |
masscan (0) | 2015.04.03 |
multi-platform open sources (0) | 2015.06.04 |
---|---|
throwback (0) | 2015.04.13 |
veil framework (0) | 2015.04.08 |
masscan (0) | 2015.04.03 |
multi-platform open sources (0) | 2015.06.04 |
---|---|
linux tools for musical purposes (0) | 2015.06.04 |
veil framework (0) | 2015.04.08 |
masscan (0) | 2015.04.03 |
link : https://github.com/Veil-Framework/Veil
The Veil-Framework is a collection of red team security tools that implement various attack methods focused on evading detection. It currently consists of:
The Veil-Framework is located at https://github.com/Veil-Framework/, and the framework superproject is at https://github.com/Veil-Framework/Veil/ which we recommend most users use. This will pull down stable branches of each tool and update them appropriately.
multi-platform open sources (0) | 2015.06.04 |
---|---|
linux tools for musical purposes (0) | 2015.06.04 |
throwback (0) | 2015.04.13 |
masscan (0) | 2015.04.03 |
Address : https://github.com/robertdavidgraham/masscan
This is the fastest Internet port scanner. It can scan the entire Internet in under 6 minutes, transmitting 10 million packets per second.
It produces results similar to nmap
, the most famous port scanner.
Internally, it operates more like scanrand
, unicornscan
, and ZMap
, using
asynchronous transmission. The major difference is that it's faster than these
other scanners. In addition, it's more flexible, allowing arbitrary address
ranges and port ranges.
NOTE: masscan uses a custom TCP/IP stack. Anything other than simple port
scans will cause conflict with the local TCP/IP stack. This means you need to
either use the -S
option to use a separate IP address, or configure your
operating system to firewall the ports that masscan uses.
multi-platform open sources (0) | 2015.06.04 |
---|---|
linux tools for musical purposes (0) | 2015.06.04 |
throwback (0) | 2015.04.13 |
veil framework (0) | 2015.04.08 |