Webtech : Identify Technologies Used on Websites

0

We’re very proud to release WebTech as open-source software. WebTech is a Python software that can identify web technologies by visiting a given website, parsing a single response file or replaying a request described in a text file. This way you can have reproducible results and minimize the requests you need to make to a target website. Also Read -...

BLEAH – A BLE Scanner For SMART Devices Hacking

0

BLEAH is a BLE scanner for SMART devices hacking based on the bluepy library, dead easy to use because retarded devices should be dead easy to hack.  This tool can be useful for an Offshore software development company - Rademade.com . How to Install BLEAH ? Install bluepy from source: git clone https://github.com/IanHarvey/bluepy.git cd bluepy python setup.py build sudo python setup.py install Then install BLEAH: git clone https://github.com/evilsocket/bleah.git cd...

Lynis : Security Auditing Tool for Unix/Linux Systems

0

Lynis is a security auditing tool for UNIX derivatives like Linux, macOS, BSD, Solaris, AIX, and others. It performs an in-depth security scan. It is used by system administrators, auditors and security professionals, all over the world. Some of the features are: Basics Open sourceShell scriptNo dependenciesEasy to understand Support Dynamic OS detection300+ built-in testsSupport for custom testsPlugin supportCompliance checksExtensive software...

SDK-SMS-Stack : GSM Short Message Service Provided with TPC/IP Based Characteristics

0

SDK-SMS-Stack is a Framework to provided TPC/IP based characteristics to the GSM Short Message Service. This framework works in multiple environments to provided a full stack integration in a service. The main layer features techniques to control the order and the number of sms for a given stream, and a layer of security with AES + CTR cypher. You can easily implement...

Xerxes : Dos Tool Enhanced with Many Features

0

Xerxes dos tool enhanced with many features for stress testing. It has many features, some of these features are: TLS SupportHTTP header randomizationUseragent randomizationMultiprocessing supportMultiple Attack vectorsetc... Not only that but also we are aggressively developing it and adding a lot more features and functionalities. Also Read - FreeVulnSearch : Script to Query Vulnerabilities via the cve-search.org API Usage $ ./Xerxes -H --====--./Xerxes {OPTIONS}Xerxes...

MXtract – Memory Extractor & Analyser

0

MXtract is an opensource Linux based tool that analyses and dumps memory. Its developed as an offensive pentration testing tool which can be used to scan memory for private keys, IP, and passwords using regexes. Remember your results are only as good as your regexes. In most Linux environments users can access the memory of processes, this allows...

RapidRepoPull : Quickly Pull & Install Repos from its List

0

RapidRepoPull goal is to quickly pull and install repos from its list. This program uses Python to clone/maintain multiple security related repos using threading and multiprocessing. Use cases Quickly install your favorite Security repos on a new systemKick off multiple concurrent git clone tasks utilizing PythonAdd remove repos to the worker_data list as needed in order to address indivudual use case/project...

Goscan : Interactive Network Scanner

0

GoScan is an interactive network scanner client, featuring auto-completion, which provides abstraction and automation over nmap. Although it started as a small side-project I developed in order to learn @golang, GoScan can now be used to perform host discovery, port scanning, and service enumeration not only in situations where being stealthy is not a priority and time is limited (think...

DNSDmpstr : Unofficial API & Client for DnsDumpster & HackerTarget

0

DNSDmpstr is an unofficial API & Client for DNS Dumpster and HackerTarget.com IP tools. DNS dumpster is a FREE domain research tool that can discover hosts related to a domain. Finding visible hosts from the attackers perspective is an important part of the security assessment process. Also Read - Metaforge : An OSINT Metadata Analysing Tool that Filters Through Tags...

FreeVulnSearch : Script to Query Vulnerabilities via the cve-search.org API

0

This NMAP NSE script is part of the Free OCSAF project FreeVulnSearch. In conjunction with the version scan "-sV" in NMAP, the corresponding vulnerabilities are automatically assigned using CVE (Common Vulnerabilities and Exposures) and the severity of the vulnerability is assigned using CVSS (Common Vulnerability Scoring System). For more clarity, the CVSS are...