Learn about the various open source tools that can be used to help with cyber security anaylsis
Learn about useful open source cyber security tools that can help you in competition
cURL is a command line tool that support sending and receiving
files using URLs. It support protocols such as HTTP, FTP, TELENT,
and SMTP.
Source:
Traversy Media
Firebug is a plugin for Firefox that enables a developer to debug
and edit HTML, Javascript, and CSS in a web page in real-time.
Source:
Mozilla Hacks
A hex editor allows a user to see and edit the raw contents of a
binary file, which are represented as hexadecimal values. These
tutorials show how to search for strings in order to hack binary
files
Source:
Aecial Shark
A hex editor allows a user to see and edit the raw contents of a
binary file, which are represented as hexadecimal values. These
tutorials show how to search for strings in order to hack binary
files
Source:
Kris Occhipinti
Host and NsLookup (name server lookup) are command line tools for
querying domain name system (DNS) servers in order to map a host
name to its IP address.
Source:
HackerSploit
A linter is a lint program, a program designed to identify and
flag suspicious constructs in source code. The original program
called Lint was designed for C; today there are lint programs for
many programming languages. This video demonstrates the use of
JSLint, a Javascript linter.
Source: Tuts+ Code
Netcat reads and writes data to and from network connections using
TCP or UDP. It is used to explore and debug networks.
Source:
Hak5
Nmap (network mapper) is a security scanner that discovers hosts
and services on a computer network, thus creating a “map” of the
network. It is used for network exploration and security
auditing.
Source:
Sean Browne
Scalpel is a file carver that extracts matching files from a set
of image files or raw device files. It is useful for digital
forensics investigation and file recovery.
Source:
Lecture Snippets
Sleuth Kit is a collection of command line, forensic analysis
tools that analyze disk images and recover files.
Source:
rizwan ghafoor
Steghide is a program that can be used to hide data in image or
audio files.
Source:
chisto
Strings is a command line tool that finds printable strings in binary files. Read More.
Wireshark is a packet analyzer used for troubleshooting networks
and developing communications protocols. It can examine data from
a live network.
Source:
Vinsloev Academy