Git Product home page Git Product logo

rta's Issues

Kali 2018 issue

Hello i am having a problem like this:

Traceback (most recent call last):
File "rta.py", line 20, in
from recon.scraper import scraper
File "/root/RTA/recon/scraper/scraper.py", line 7, in
from twitter import OAuth
ImportError: cannot import name OAuth

nessus scan status err

Traceback (most recent call last):
File "rta.py", line 416, in
main()
File "rta.py", line 410, in main
scan.nessus_scan(recon.subdomains, filename)
File "rta.py", line 304, in nessus_scan
self.nessus.scan_results(filename)
File "/root/RTA/scanning/nessus.py", line 197, in scan_results
if response["status"] == "ready":
KeyError: 'status'

Python version:
Python 2.7.12

OS, kernel:
Linux rta 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

localhost:27017: [Errno 111] Connection refused

hi getting this error:

$sudo python rta.py --url "vulnweb.com" -v -s

fTraceback (most recent call last):
File "rta.py", line 416, in
main()
File "rta.py", line 389, in main
recon = Recon()
File "rta.py", line 55, in init
self.scraper = scraper.Scraper()
File "/home/apps/gits/RTA/recon/scraper/scraper.py", line 37, in init
self.collection.create_index([("url", DESCENDING), ("hostname", ASCENDING)], unique=True)
File "/usr/local/lib/python2.7/dist-packages/pymongo/collection.py", line 1387, in create_index
self.__create_index(keys, kwargs)
File "/usr/local/lib/python2.7/dist-packages/pymongo/collection.py", line 1294, in __create_index
with self._socket_for_writes() as sock_info:
File "/usr/lib/python2.7/contextlib.py", line 17, in enter
return self.gen.next()
File "/usr/local/lib/python2.7/dist-packages/pymongo/mongo_client.py", line 762, in _get_socket
server = self._get_topology().select_server(selector)
File "/usr/local/lib/python2.7/dist-packages/pymongo/topology.py", line 210, in select_server
address))
File "/usr/local/lib/python2.7/dist-packages/pymongo/topology.py", line 186, in select_servers
self._error_message(selector))
pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 111] Connection refused

scan.wp_scan(args.url) bug

Traceback (most recent call last):
File "rta.py", line 417, in
main()
File "rta.py", line 404, in main
scan.wp_scan(args.url)
File "rta.py", line 330, in wp_scan
data['version'] = result['version']['number']
TypeError: 'NoneType' object has no attribute 'getitem'

Python version:
Python 2.7.12

OS, kernel:
Linux rta 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Fix:
replace line 404 in rta.py
scan.wp_scan(args.url)
with
scan.wp_scan("--url " + args.url)

Scan stopped with bellow error

Traceback (most recent call last):
File "rta.py", line 416, in
main()
File "rta.py", line 403, in main
scan.wp_scan(args.url)
File "rta.py", line 361, in wp_scan
dataid = collection.insert(data)
UnboundLocalError: local variable 'data' referenced before assignment

How to run without leaving old subdomains out

What's the easiest way to run a new subdomain report each time, irrespective of the last run? I want to be able to see the current results in Slack each time it is run. This is awesome btw. I wrote a similar one using Aquatone, and Qualys and AWS APIs. Didn't have Slack integration and that's how I got here. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.