SECURITY EDUCATION, PRIVACY GUIDANCE, THREAT AWARENESS, OPEN SOURCE TOOLS, RESEARCH NOTES, AND RESPONSIBLE TECHNOLOGY CONTENT

  • Penetration Testing Distribution - BackBox

    BackBox is a penetration test and security assessment oriented Ubuntu-based Linux distribution providing a network and informatic systems analysis toolkit. It includes a complete set of tools required for ethical hacking and security testing...
  • Pentest Distro Linux - Weakerth4n

    Weakerth4n is a penetration testing distribution which is built from Debian Squeeze.For the desktop environment it uses Fluxbox...
  • The Amnesic Incognito Live System - Tails

    Tails is a live system that aims to preserve your privacy and anonymity. It helps you to use the Internet anonymously and circumvent censorship...
  • Penetration Testing Distribution - BlackArch

    BlackArch is a penetration testing distribution based on Arch Linux that provides a large amount of cyber security tools. It is an open-source distro created specially for penetration testers and security researchers...
  • The Best Penetration Testing Distribution - Kali Linux

    Kali Linux is a Debian-based distribution for digital forensics and penetration testing, developed and maintained by Offensive Security. Mati Aharoni and Devon Kearns rewrote BackTrack...
  • Friendly OS designed for Pentesting - ParrotOS

    Parrot Security OS is a cloud friendly operating system designed for Pentesting, Computer Forensic, Reverse engineering, Hacking, Cloud pentesting...

Sunday, August 14, 2016

Remote Vulnerability Testing Framework - Pocsuite




Pocsuite is an open-sourced remote vulnerability testing and PoC development framework developed by the Knownsec Security Team. It serves as the cornerstone of the team.

You can use Pocsuite to verify and exploit vulnerabilities or write PoC/Exp based on it. You can also integrate Pocsuite in your vulnerability testing tool, which provides a standard calling class.

Requirements
  • Python 2.6+
  • Works on Linux, Windows, Mac OSX, BSD

Functions

Vulnerability Testing Frameworkul_test

Written in Python and supported both validation and exploitation two plugin-invoked modes, Pocsuite could import batch targets from files and test those targets against multiple exploit-plugins in advance.

PoC/Exp Development Kit

Like Metasploit, it is a development kit for pentesters to develope their own exploits. Based on Pocsuite, you can write the most core code of PoC/Exp without caring about the resulting output etc. There are at least several hundred people writing PoC/Exp based on Pocsuite up to date.

 Integratable Module

Users could utilize some auxiliary modules packaged in Pocsuite to extend their exploit functions or integrate Pocsuite to develop other vulnerability assesment tools.

 Integrated ZoomEye And Seebug APIs

Pocsuite is also an extremely useful tool to integrate Seebug and ZoomEye APIs in a collaborative way. Vulnerablity assessment can be done automatically and effectively by searching targets through ZoomEye and acquiring PoC scripts from Seebug or locally.

Installation
The quick way:
$ pip install pocsuite
Or download the latest source zip package and extract
$ wget https://github.com/knownsec/Pocsuite/archive/master.zip
$ unzip master.zip
The latest version of this software is available from: http://pocsuite.org

Documentation
Documentation is available in the english docs / chinese docs directory.

    Share:

    Sunday, August 7, 2016

    Vulnerability Scanner - HellRaiser




    Install
    Install ruby, bundler and rails. https://gorails.com/setup/ubuntu/16.04
    Install redis-server and nmap.
    sudo apt-get update
    sudo apt-get install redis-server nmap
    Clone HellRaiser repository, change to hellraiser web app directory and run bundle install.
    git clone https://github.com/m0nad/HellRaiser/
    cd HellRaiser/hellraiser/
    bundle install

    Start
    Start redis server.
    redis-server
    Go to the hellraiser web app directory and start sidekiq.
    bundle exec sidekiq
    Go to the hellraiser web app directory and start rails server.
    rails s

    Usage
    Access http://127.0.0.1:3000

    How it works?
    HellRaiser scan with nmap then correlates cpe's found with cve-search to enumerate vulnerabilities.


    Share:

    Efficient And Advanced Man In The Middle Framework - Xerosploit



    Xerosploit is a penetration testing toolkit whose goal is to perform man in the middle attacks for testing purposes. It brings various modules that allow to realise efficient attacks, and also allows to carry out denial of service attacks and port scanning. Powered by bettercap and nmap .

    Dependencies
    • nmap
    • hping3
    • build-essential
    • ruby-dev
    • libpcap-dev
    • libgmp3-dev
    • tabulate
    • terminaltables

    Instalation
    Dependencies will be automatically installed.
    git clone https://github.com/LionSec/xerosploit
    cd xerosploit && sudo python install.py
    sudo xerosploit

    Tested on
    Operative system Version
    Ubuntu 16.10 / 15.10
    Kali linux Rolling / Sana
    Parrot OS 3.1

    Features
    • Port scanning
    • Network mapping
    • Dos attack
    • Html code injection
    • Javascript code injection
    • Download intercaption and replacement
    • Sniffing
    • Dns spoofing
    • Background audio reproduction
    • Images replacement
    • Drifnet
    • Webpage defacement and more ...

    Contact


    Share:

    Wednesday, August 3, 2016

    Network Protocol Analyzer - Wireshark 2.0.5



    If you've ever wondered just how your network is being used, Wireshark may be the tool you have been looking for. Network analysers are nothing new, but they have a tendency to be impenetrable programs reliant on command line operations and provide information in a text based form which can be difficult to interpret. Wireshark boasts a graphical front end which makes it easy to analyse all traffic which travels over a network using a variety of protocols.

    Data packets can be captured from both wired and wireless network and this information can be viewed live as it is captured or analysed at a later date. The wealth of information that the program can reveal about network usage is staggering, and support for plugins means that the tool can be extended to add new protocols and features further down the line. Wireshark is available for Windows, Linux and Mac, making it ideal for mixed platform networks .

    As well as working with data that has been captured directly through Wireshark itself, it is also possible to analyse data that has been captured with the likes of Aircrack, tcpdump and CA NetMaster. Easy to configure colouring and filtering makes it simple to make sense of complex data, and while this is not a tool for the average home user, it remain powerful yet approachable.

    OffSec


    Share:

    Easy Tool For Generate Backdoor with Msfvenom - TheFatRat



    Easy tool for generate backdoor with msfvenom ( part of metasploit framework ) and program compiles a C program with a meterpreter reverse_tcp payload In it that can then be executed on a windows host Program to create a C program after it is compiled that will bypass most AV.

    Automating metasploit functions
    • Checks for metasploit service and starts if not present
    • Easily craft meterpreter reverse_tcp payloads for Windows, Linux, Android and Mac and another
    • Start multiple meterpreter reverse_tcp listners
    • Fast Search in searchsploit
    • Bypass AV
    • Drop into Msfconsole
    • Some other fun stuff :)

    Getting Started
    git clone https://github.com/Screetsec/TheFatRat.git
    cd Fatrat

    How it works
    • Extract The lalin-master to your home or another folder
    • chmod +x fatrat
    • chmod +x powerfull.sh
    • And run the tools ( ./fatrat )
    • Easy to Use just input your number

    Requirements
    • A linux operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling / Cyborg / Parrot / Dracos / BackTrack / Backbox / and another operating system ( linux )
    • Must install metasploit framework
    • required gcc program , i586-mingw32msvc-gcc or i686-w64-mingw32-gcc ( apt-get install mingw32 ) for fix error
    Screenshots






    Credits

    Disclaimer
    Note: modifications, changes, or alterations to this sourcecode is acceptable, however,any public releases utilizing this code must be approved by writen this tool ( Edo -m- ).


    Share:

    Saturday, July 30, 2016

    Penetration Testing Operating system based on Ubuntu - LionSec Linux 5.0



    LionSec Linux 5.0 is a Ubuntu based penetration testing distribution . It was built in order to perform Computer Forensics , Penetration Tests , Wireless Analysis . With the "Anonymous Mode" , you can browse the internet or send packets anonymously . There are lots of inbuilt tools like netool ,websploit , burpsuite , web analysis tools , social engineering tools and other pentesting tools . .

    Minimum System Requirements

    • 1.7 GHz processor (for example Intel Celeron) or better.
    • 2.0 GB RAM (system memory).
    • 8 GB of free hard drive space for installation.
    • Either a CD/DVD drive or a USB port for the installer media.
    • Internet access is helpful (for installing updates during the installation process).
    If you have an old machine, you may consider other alternative like LionSec Linux 3.1

     LionSec Linux 5.0 Teaser

    Screenshots






    Share:

    Thursday, July 28, 2016

    Pentest Security OS - ParrotOS 3.7



    Parrot Security OS is a cloud friendly operating system designed for Pentesting, Computer Forensic, Reverse engineering, Hacking, Cloud pentesting, privacy/anonimity and cryptography. Based on Debian and developed by Frozenbox network.

    Who can use it

    Parrot is designed for everyone, from the Pro pentester to the newbie, because it provides the most professional tools combined in a easy to use, fast and lightweight pentesting environment, and it can be used also for an everyday use.

    Features:

    System Specs

    • Debian jessie core
    • Custom hardened linux 4.5 kernel
    • Rolling release upgrade line
    • MATE desktop environment
    • Lightdm Dislpay Manager
    • Custom themes, icons and wallpapers
      Cloud
      • Parrot Server Edition
      • Parrot Cloud Controller
      • Parrot VPS Service
      • Custom installation script for Debian VPS
      Digital Forensic
      • "Forensic" boot option to avoid boot automounts
      • Most famous Digital Forensic tools and frameworks out of the box
      • Reliable acquisition and imaging tools
      • Top class analysis softwares
      • Evidence management and reporting tools
      • Disabled automount
      • Software blockdev write protection system
      Cryptography
      • Custom Anti Forensic tools
      • Custom interfaces for GPG
      • Custom interfaces for cryptsetup
      • Support for LUKS, Truecrypt and VeraCrypt
      • NUKE patch for cryptsetup LUKS disks
      • Encrypted system installation
      Anonymity
      • AnonSurf
      • Entire system anonymization
      • TOR and I2P out of the box
      • DNS requests anonymization
      • "Change Identity" function for AnonSurf
      • BleachBit system cleaner
      • NoScript plugin
      • UserAgentOverrider plugin
      • Browser profile manager
      • RAM-only browser profile
      • Pandora's Box - RAM cleaner
      • Hardened system behaviour
      Programming
      • FALCON Programming Language (1.0)
      • System editor tuned for programming
      • Many compilers and debuggers available
      • Reverse Engineering Tools
      • Programming Template Files
      • Pre-installed most-used libs
      • Full Qt5 development framework
      • Full .net/mono development framework
      • Development frameworks for embedded devices


        Share:

        Tuesday, July 26, 2016

        Post-Exploitation Powershell Tool for Extracting Juicy info from Memory - Mimikittenz



        mimikittenz is a post-exploitation powershell tool that utilizes the Windows function ReadProcessMemory() in order to extract plain-text passwords from various target processes.

        mimikittenz can also easily extract other kinds of juicy info from target processes using regex patterns including but not limited to:
        • TRACK2 (CreditCard) data from merchant/POS processes
        • PII data
        • Encryption Keys & All the other goodstuff
        note : This tool is targeting running process memory address space, once a process is killed it's memory 'should' be cleaned up and inaccessible however there are some edge cases in which this does not happen.

        Description
        The aim of mimikittenz is to provide user-level (non-admin privileged) sensitive data extraction in order to maximise post exploitation efforts and increase value of information gathered per target.
        Currently mimikittenz is able to extract the following credentials from memory:

        Webmail
        • Gmail
        • Office365
        • Outlook Web

        Accounting
        • Xero
        • MYOB

        Remote Access
        • Juniper SSL-VPN
        • Citrix NetScaler
        • Remote Desktop Web Access 2012

        Developement
        • Jira
        • Github
        • Bugzilla
        • Zendesk
        • Cpanel

        IHateReverseEngineers
        • Malwr
        • VirusTotal
        • AnubisLabs

        Misc
        • Dropbox
        • Microsoft Onedrive
        • AWS Web Services
        • Slack
        • Twitter
        • Facebook

        Customization
        • Custom regex - The syntax for adding custom regex is as follows:
            [mimikittenz.MemProcInspector]::AddRegex("<NameOfTarget>","<regex_here>")   


        • Custom target process - Just append your target proccess name into the array:
            $matches=[mimikittenz.MemProcInspector]::InspectManyProcs("iexplore","chrome","firefox")   




        Share:

        Sunday, July 24, 2016

        Deepmagic Information Gathering Tool - DMitry




        DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU) Linux Command Line Application coded in C language.

        DMitry has the ability to gather as much information as possible about a host. Base functionality is able to gather possible subdomains, email addresses, uptime information, tcp port scan, whois lookups, and more. The information are gathered with following methods:


        • Perform an Internet Number whois lookup.
        • Retrieve possible uptime data, system and server data.
        • Perform a SubDomain search on a target host.
        • Perform an E-Mail address search on a target host.
        • Perform a TCP Portscan on the host target.
        • A Modular program allowing user specified modules


        Download and installation

        DMitry can be downloaded by issuing following commands:


        $ cd /data/src/
        $ wget http://mor-pah.net/code/DMitry-1.3a.tar.gz

        For installation, issue following commands:

        $ tar xzvf DMitry-1.3a.tar.gz
        $ cd DMitry-1.3a/
        $ ./configure
        $ make
        $ sudo make install

        Then optionally create a symbolic link to your /pentest/ directory:


        $ mkdir -p /pentest/enumeration/dmitry/
        $ ln -s /usr/local/bin/dmitry /pentest/enumeration/dmitry/dmitry

        Use

        help

        DMitry help can be displayed by issuing:

        $ dmitry --help



        Share:
        Established in 2015. Offensive Sec Blog has been sharing security research, hacking tools, threat intelligence, and offensive security content since 2015.
        Copyright © OffSec Blog | Powered by OffensiveSec
        Design by OffSec | Built for the security community