Git Product home page Git Product logo

argo's Introduction

Argo

Multi camera gathering and exploiting tool

License: GPL v3 python Alt_text

Installation

$ git clone https://github.com/M0tHs3C/Argo.git
$ cd Argo
$ pip3 install -r requirements.txt
$ python3 argo.py

Introduction

Argo is a multi camera gathering and exploiting tool. Argo will automatically search on the internet using censys or shodan key. There are loaded some specific queries for vulnerable device usable on shodan or censys. In order to make it work you will need to provide the key for shodan and censys, you can either enter them when you will be asked or you can modify manually the API files. You will find them in the API folder; the api.txt file is for shodan, just paste the key in the first line and stop. The censys_api.txt will be in the same folder, just paste the two key in two separate lines, one on top of the other one

Usage

Argo is pretty basic, i've reduced the user interactions to the minimum necessary It's pretty straightforward The tool have 4 phases (non-mandatory)

  • 1 ) Host gathering
    you will have to gather some host either from shodan or censys
  • 2 ) Up testing
    test if all the host are really up
  • 3 ) vuln testing
    some device will have to be tested for vulnerability, the query is right but there might be false positive
  • 4 ) exploit
    in the fifth section you will find the exploit menu, a list of different exploit for different camera model logically the exploit for the "A" camera will not work if you gather host of "B" camera if is aveilable in the exploit section u will find a bruteforce tool for that camera too

Cameras

Today the tool supports only

Hikvision camera
Viola dvr camera
AVTECH camera
Bticino server
RSP device
Geovision camera
goAhead camera
atlantis camera
ANPR camera
SAMIP selta web app
Energy sentinel web
JAWS camera

Compability

The tool is tested to work on windows and linux

Legal

legal disclaimer: Usage of Argo for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

argo's People

Contributors

m0ths3c avatar montali avatar rabinniroula avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

argo's Issues

Country Search

Is there a way to search by country with shodan? I tried to edit queryBuilder.py like this "query = 'http.favicon.hash:999357577 country: DE'" but i didn't work.

Gather more than 100 results

Hello!

First of all, thanks for this amazing tool!

Is there a way to gather more than 100 results when searching in Shodan or is an API limitation that I'm not aware of?

Thanks in advance!

ModuleNotFoundError: No module named 'censys.ipv4'

Python version:

Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.


C:\Users\HP\Desktop\Argo-master>python argo.py
Traceback (most recent call last):
File "argo.py", line 2, in
from lib.censysSearch import *
File "C:\Users\HP\Desktop\Argo-master\lib\censysSearch.py", line 2, in
import censys.ipv4
ModuleNotFoundError: No module named 'censys.ipv4'

I tried to gather hosts from censys and this happened

Traceback (most recent call last):
File "/home/kali/hikka/Argo/argo.py", line 47, in
argo.main()
File "/home/kali/hikka/Argo/argo.py", line 37, in main
selection(self, int(selectionInput))
File "/home/kali/hikka/Argo/argo.py", line 15, in selection
censysSearch.censysGath(self)
File "/home/kali/hikka/Argo/lib/censysSearch.py", line 20, in censysGath
secret = censys_list[1]
IndexError: list index out of range

Bad api for shodan

[-]Choose an option: 1
[!] Bad API, try deleting the api.txt file under the api folder and then recreate the file without modifing it, then re-run the tool
[!] be advise, the file must be empty and when you must paste the api key without space
[?] would you like to try to reset the api key system? (y/n) :

the shodan api works, just not for hikvision
Do I need "Freelancer" from shodan for it to work?

ModuleNotFoundError: No module named 'censys.ipv4'

python argo.py
Traceback (most recent call last):
File "/home/sigmoid/apps/Argo/argo.py", line 2, in
from lib.censysSearch import *
File "/home/sigmoid/apps/Argo/lib/censysSearch.py", line 2, in
import censys.ipv4
ModuleNotFoundError: No module named 'censys.ipv4'

I installed the requirements. I don't know what's wrong. I'm using manjaro btw.

Issues with running the script for Hikvision and avtech

Traceback (most recent call last):
File "argo.py", line 54, in
argo.main()
File "argo.py", line 48, in main
selection(self,int(selectionInput))
File "argo.py", line 20, in selection
exploitMenu.exploitMenu(self)
File "/root/Desktop/Argo/exploit/exploitMenu.py", line 71, in exploitMenu
avtech.avtechExploit(self)
File "/root/Desktop/Argo/exploit/avtechExploit.py", line 15, in avtechExploit
target_host = match1.group()
AttributeError: 'NoneType' object has no attribute 'group'

problems with line2

traceback (most recent call last):
File "argo.py", line 2, in
from lib.censysSearch import *
ImportError: No module named lib.censysSearch

im stuck at line 4

$ python3 argo.py
Traceback (most recent call last):
File "/home/kali/Desktop/Argo/argo.py", line 4, in
from modules.upTester import *
ModuleNotFoundError: No module named 'modules.upTester'; 'modules' is not a package

Custom Query Syntax

Hi there, can you tell me the proper syntax for a custom query against a specific IP for a Hikvision camera. When I enter an IP address after selecting the custom query option, i just get sent back to the menu. Thanks.

No module named 'censys'

Traceback (most recent call last):
File "C:\Users\izzme\Argo-master\argo.py", line 2, in
from lib.censysSearch import *
File "C:\Users\izzme\Argo-master\lib\censysSearch.py", line 2, in
from censys.search import SearchClient
ModuleNotFoundError: No module named 'censys'
PS C:\Users\izzme\Argo-master>

Censys search

I seem to be using my full allocation of Censys credit for the month, by doing one censys search with this version 2. It used to be very low usage with the old version 1.
Am i doing something wrong or can you only complete 1 search a month?

AttributeError: 'NoneType' object has no attribute 'group'

When selecting Hikvision tester it shows:

Traceback (most recent call last):
File "/home/kali/Argo/argo.py", line 47, in
argo.main()
File "/home/kali/Argo/argo.py", line 37, in main
selection(self, int(selectionInput))
File "/home/kali/Argo/argo.py", line 19, in selection
testerMenu.testerMenu(self)
File "/home/kali/Argo/modules/testerMenu.py", line 17, in testerMenu
hikTester.hikTester(self)
File "/home/kali/Argo/modules/hikvisionTester.py", line 12, in hikTester
address = host.Host.addressRegex(res)
File "/home/kali/Argo/host/host.py", line 12, in addressRegex
ip = match1.group()
AttributeError: 'NoneType' object has no attribute 'group'

Not working on both windows and linux. The V1 version worked perfectly even on raspberrypi.
Sorry if the issue is due to my error :))

Host up checking is VERY slow

Host up checking is VERY slow.
Timeout is set to 5 seconds, which means in pesimistic case it can check 12 hosts per minute. It's only 720 per hour.
I don't know Python that well, but typical solution to this problem is multithreading or async operations.

bad api shodan

[-]Choose an option: 1
[!] Bad API, try deleting the api.txt file under the api folder and then recreate the file without modifing it, then re-run the tool
[!] be advise, the file must be empty and when you must paste the api key without space
[?] would you like to try to reset the api key system? (y/n) :
i put my working api in to api folder

How to solve "No module named 'censys'" problem?

Im using python 3.8 in Win10, Please help me solve this error:

$ python.exe argo.py
Traceback (most recent call last):
File "argo.py", line 2, in
from lib.censysSearch import *
File "C:\Users\WDAGUtilityAccount\Argo\lib\censysSearch.py", line 1, in
import censys
ModuleNotFoundError: No module named 'censys'

RTSP exploit error

When i use RTSP exploit, it will occur error message as in the screen capture below,
is there anything wrong with my opencv?
opencv error

Shodan api.txt

Dont recognize the api, changed-deleted new create api.txt for shodan but always get api error.

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.