Got-Responded : Tool to Detect NBT-NS & LLMNR Spoofing

0

Got-Responded is a simple tool to detect NBT-NS and LLMNR spoofing and messing with them a bit. Pentesters, Redteamers and even real attackers love to use tools like Responder to spoof LLMNR and/or NBT-NS responses. There are some awesome other tools to help with detection, such as respounder. But I wanted to figure it out...

WPScan : WordPress Vulnerability Scanner Written for Security Professionals

0

WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner written for security professionals and blog maintainers to test the security of their sites. Installation Prerequisites (Optional but highly recommended: RVM) Ruby >= 2.3 - Recommended: latest Ruby 2.5.0 to 2.5.3 can cause an 'undefined symbol: rmpd_util_str_to_d' error in some systems, see #1283 Curl >= 7.21 -...

Androguard : Reverse Engineering, Malware & Goodware Analysis of Android Applications

0

Androguard is a eeverse engineering, malware and goodware analysis of Android applications. It is a full python tool to play with Android files. DEX, ODEXAPKAndroid's binary xmlAndroid resourcesDisassemble DEX/ODEX bytecodesDecompiler for DEX/ODEX files Also Read - BLEAH – A BLE Scanner For SMART Devices Hacking Installation pip install -U androguard Projects using Androguard In alphabetical order AndroPyToolAppKnoxCuckoo SandboxDeckardDroidbotDroidstatxεxodusF-Droid ServergplaycliKoodousMobSFqiewViper Framework... and many more! Disclamier Unless required by applicable...

Androwarn : Static Code Analyzer for Malicious Android Applications

0

Androwarn is a tool whose main aim is to detect and warn the user about potential malicious behaviours developped by an Android application. The detection is performed with the static analysis of the application's Dalvik bytecode, represented as Smali, with the androguard library. This analysis leads to the generation of a report, according to a technical detail level chosen from the...

FIR : Fast Incident Response

0

FIR (Fast Incident Response) is an cybersecurity incident management platform designed with agility and speed in mind. It allows for easy creation, tracking, and reporting of cybersecurity incidents. FIR is for anyone needing to track cybersecurity incidents (CSIRTs, CERTs, SOCs, etc.). It was tailored to suit our needs and our team's habits, but we put a...

4 Best Writing Tools Linux

0

Every writer would undoubtedly use a helping hand when it comes to producing great content. As such, having access to writing tools is paramount; whether it is for fiction writing, thesis writing or even planning your ideas, there is an increased number of tools available for writers. However, many sources online are focused on writing tools for Windows thus giving the super users a hard...

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...