Skip to content

Latest commit

 

History

History
80 lines (69 loc) · 6.21 KB

resources.md

File metadata and controls

80 lines (69 loc) · 6.21 KB
layout title
default
Resources

This page contains links to useful resources.

Tools

  • Visual Studio 2017 is available through MSDNAA. Use the Desktop Development for C++ and C# option.
  • Apache NetBeans Quickly and easily develop desktop, mobile, and web applications with Java, JavaScript, HTML5, PHP, C/C++ and more.
  • Wireshark is the world’s foremost and widely-used network protocol analyzer.
  • Sysinternals Suite is a suite of more than 70 freeware utilities used to monitor, manage and troubleshoot the Windows operating system.
    • TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections.
    • Whois performs the registration record for the domain name or IP address that you specify.
  • Internet Systems Consortium BIND9
  • Microsoft Message Analyzer
  • VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
  • Postman API development environment.
  • Fiddler is free web debugging proxy for any browser, system or platform.

Penetration Testing

  • Nmap is used to discover hosts and services on a computer network by sending packets and analyzing the responses.
  • netwox is a network toolbox for network administrators and network hackers.
  • Ettercap is a comprehensive suite for man in the middle attacks.
  • The Metasploit Project is the world’s most used penetration testing framework.
  • HackerOne is a vulnerability coordination and bug bounty platform that connects businesses with cybersecurity researchers.
    • Five More Hackers Become Millionaires on HackerOne

Supplemental Material

References

Technical Documentation

  • A Primer On Internet and TCP/IP Tools and Utilities: rfc2151
  • Hypertext Transfer Protocol HTTP/1.0: rfc1945
  • Hypertext Transfer Protocol HTTP/1.1: rfc2616
  • Hypertext Transfer Protocol (HTTP/1.1) Semantics and Content: rfc7131
  • File Transfer Protocol: rfc959
  • Simple Mail Transfer Protocol: rfc5321; rfc5322
  • Post Office Protocol - Version 3: rfc1939
  • Internet Mail Access Protocol - Version 4rev1: rfc3501
  • Domain Name System: rfc1034; rfc1035; rfc2606; rfc7871
  • Transmission Control Protocol: rfc793; rfc2581
  • Internet Control Message Protocol: rfc792
  • Address Resolution Protocol: rfc826
  • User Datagram Protocol: rfc768
  • Internet Protocol v4: rfc790; rfc791
  • Internet Protocol v6: rfc4291; rfc8200
  • Dynamic Host Configuration Protocol: rfc2131
  • RIP Version 2: rfc2453
  • OSPF Version 2: rfc2328
  • A Border Gateway Protocol 4 (BGP-4): rfc4271
  • Some Internet Architectural Guidelines and Philosophy: rfc3439
  • Internet Standard Subnetting Procedure: rfc95
  • The MD5 Message-Digest Algorithm: rfc1321