Code Monkey home page Code Monkey logo

metabigor's Introduction

If you love my tools and would like to support my work, please check out some donation methods below.

metabigor's People

Contributors

adilsoybali avatar j3ssie avatar noraj avatar the-debarghya 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metabigor's Issues

unsafe runtime due to `go4.org/unsafe/assume-no-moving-gc`

echo "ASN1111" | metabigor netd --asn -o /tmp/result.txt

panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21 set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.

goroutine 1 [running]:
go4.org/unsafe/assume-no-moving-gc.init.0()
/root/go/pkg/mod/go4.org/unsafe/[email protected]/untested.go:25 +0x1da
`

cannot load hash/maphash

$ go run main.go
build command-line-arguments: cannot load hash/maphash: malformed module path "hash/maphash": missing dot in first path element

SyntaxError: invalid syntax

home@ubuntu:~/main/Metabigor# ./metabigor.py -s fofa -q "test"
Traceback (most recent call last):
File "./metabigor.py", line 7, in
from core import config
File "/root/main/Metabigor/core/config.py", line 11, in
from . import utils
File "/root/main/Metabigor/core/utils.py", line 42
print(f'{GR}' + '-'*40)
^
SyntaxError: invalid syntax

Inventory notification

Metabigor has been inventoried on Rawsec's CyberSecurity Inventory.

https://inventory.rawsec.ml/tools.html#Metabigor

What is Rawsec's CyberSecurity Inventory?

An inventory of tools and resources about CyberSecurity. This inventory aims to help people to find everything related to CyberSecurity.

More details about features here.

Note: the inventory is a FLOSS (Free, Libre and Open-Source Software) project.

Why should you care about being inventoried?

Mainly because this is giving visibility to your tool and improve its referencing.

Badges

The badge shows to your community that your are inventoried. It looks good but also shows you care about your project, that your tool is referenced.

Feel free to claim your badge here: http://inventory.rawsec.ml/features.html#badges, it looks like that Rawsec's CyberSecurity Inventory, but there are several styles available.

Want to thank us?

If you want to thank us, you can help make our open project better known by tweeting about it! For example: Twitter URL

So what?

That's all, this message is just to notify you if you care. Else you can close this issue.

Censys "unexpected keyword argument 'follow' "

(Metabigor) ubuntu@ip-172-17-34-190:~/tmp/Metabigor$ ./metabigor.py -s censys -q 'test' -o listone --debug

                    '@:           +#.
                  .@@@@@        ;@@@@+
                  @@. ;@';#@@#;`@@``+@.
                  @'   @@@@@@@@@@.  `@#
                  @+  @@#.    .#@@  `@+
                  #@'@@;        :@@.@@
                   @@@;  .,      :@@@:
                    @#  #@@@`     #@`
                   ;@. .@+,@@     .@;
                   #@  ,@, @@      @#
                   @@   @@@@;      @@
                   @@   `@@;       @@
                   @@           .++@#
                  #@@.         +@@@@@.
                 `@'@#        '@#  :@@
                 +@`+@:       @@    :@:
                 @@  @@:      @'     @@
                 ;@.  @@#.    @+    `@+
                  @#   +@@@@@@@@`   #@`
                  '@#. `+@@@@#;@@+;@@+
                   '@@@@@#     .@@@@'
                     ;@+`

              Metabigor v1.0 by @j3ssiejjj

                      ¯\_(ツ)_/¯

[] Loading session from: config.conf
[DEBUG] {'target': None, 'disable_pages': None, 'Credentials_censys': 'lillo74:xxx', 'debug': True, 'store_content': None, 'Cookies_fofa': 'None', 'Credentials_shodan': 'username:password', 'source_list': None, 'outdir': '.', 'Credentials_fofa': 'username:password', 'raw': 'raw', 'Credentials_zoomeye': 'username:password', 'Cookies_censys': 'None', 'brute': None, 'source': 'censys', 'module': 'custom', 'output': 'listone', 'Cookies_zoomeye': 'None', 'query': 'test', 'relatively': False, 'config': 'config.conf', 'Cookies_shodan': 'None'}
[
] Query: test
--~~~[ Starting scraping from Censys ]~~~--
[DEBUG] Checking session for Censys
[DEBUG] https://censys.io/account
[-] Look like Censys session is invalid.
[*] Reauthen using credentials from: config.conf
[DEBUG] https://censys.io/login
[DEBUG] lillo74:xxx
Traceback (most recent call last):
File "./metabigor.py", line 211, in
main()
File "./metabigor.py", line 207, in main
parsing_argument(args)
File "./metabigor.py", line 50, in parsing_argument
source_parsing(options)
File "./metabigor.py", line 76, in source_parsing
single_query(options)
File "./metabigor.py", line 129, in single_query
censys.Censys(options)
File "/home/ubuntu/tmp/Metabigor/modules/censys.py", line 22, in init
self.logged_in = self.check_session()
File "/home/ubuntu/tmp/Metabigor/modules/censys.py", line 38, in check_session
new_cookie = self.do_login()
File "/home/ubuntu/tmp/Metabigor/modules/censys.py", line 266, in do_login
self.options, really_login_url, cookies, data, follow=False)
TypeError: send_post() got an unexpected keyword argument 'follow'

ZoomEye

root@kali:~/Metabigor# ./metabigor.py -s zoomeye -q 'app:"tomcat"'

                    '@:           +#.  
                  .@@@@@        ;@@@@+ 
                  @@. ;@';#@@#;`@@``+@.
                  @'   @@@@@@@@@@.  `@#
                  @+  @@#.    .#@@  `@+
                  #@'@@;        :@@.@@ 
                   @@@;  .,      :@@@: 
                    @#  #@@@`     #@`  
                   ;@. .@+,@@     .@;  
                   #@  ,@, @@      @#  
                   @@   @@@@;      @@  
                   @@   `@@;       @@  
                   @@           .++@#  
                  #@@.         +@@@@@. 
                 `@'@#        '@#  :@@ 
                 +@`+@:       @@    :@:
                 @@  @@:      @'     @@
                 ;@.  @@#.    @+    `@+
                  @#   +@@@@@@@@`   #@`
                  '@#. `+@@@@#;@@+;@@+ 
                   '@@@@@#     .@@@@'  
                     ;@+`
        
              Metabigor v1.0 by @j3ssiejjj

                      ¯\_(ツ)_/¯

[] Loading session from: config.conf
[
] Query: app:"tomcat"
--~~~[ Starting scraping from zoomeye ]~~~--
[-] Look like ZoomEye session is invalid.
Traceback (most recent call last):
File "./metabigor.py", line 211, in
main()
File "./metabigor.py", line 207, in main
parsing_argument(args)
File "./metabigor.py", line 50, in parsing_argument
source_parsing(options)
File "./metabigor.py", line 76, in source_parsing
single_query(options)
File "./metabigor.py", line 132, in single_query
zoomeye.ZoomEye(options)
File "/root/Metabigor/modules/zoomeye.py", line 27, in init
self.logged_in = self.check_session()
File "/root/Metabigor/modules/zoomeye.py", line 46, in check_session
del self.headers['Cube-Authorization']
KeyError: 'Cube-Authorization'
root@kali:~/Metabigor#

Something in this import Issue `go4.org/unsafe/assume-no-moving-gc`

slax@SLAXO:~$ metabigor
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.19 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.19 set. Notably, if go1.19 adds a moving garbage collector, this program is unsafe to use.

goroutine 1 [running]:
go4.org/unsafe/assume-no-moving-gc.init.0()
        /home/slax/go/pkg/mod/go4.org/unsafe/[email protected]/untested.go:25 +0x1f4

Error, no inicia sesión

Especifique mis credenciales en el config.conf pero recibo la siguiente respuesta:
[] Loading session from: config.conf
[DEBUG] {'config': 'config.conf', 'query': '143.0.101.21', 'outdir': '.', 'module': 'custom', 'target': None, 'debug': True, 'relatively': False, 'brute': None, 'disable_pages': None, 'store_content': None, 'output': 'output', 'raw': 'raw', 'source': 'shodan', 'source_list': None, 'Cookies_shodan': 'None', 'Cookies_censys': 'None', 'Cookies_fofa': 'None', 'Cookies_zoomeye': 'None', 'Credentials_shodan': 'usuariodeshodan:passworddeshodan', 'Credentials_censys': 'usuariodeshodan:passworddeshodan', 'Credentials_fofa': 'username:password', 'Credentials_zoomeye': 'username:password'}
[
] Query: 143.0.101.21
--~~~[ Starting scraping from Shodan ]~~~--
[DEBUG] Checking session for Shodaan
[DEBUG] https://account.shodan.io/
[-] Look like shodan session is invalid.
[*] Reauthen using credentials from: config.conf
[DEBUG] https://account.shodan.io/login
[DEBUG] usuariodeshodan:passworddeshodan
Traceback (most recent call last):
File "./metabigor.py", line 211, in
main()
File "./metabigor.py", line 207, in main
parsing_argument(args)
File "./metabigor.py", line 50, in parsing_argument
source_parsing(options)
File "./metabigor.py", line 76, in source_parsing
single_query(options)
File "./metabigor.py", line 126, in single_query
shodan.Shodan(options)
File "/Users/xxx/git/Metabigor/modules/shodan.py", line 24, in init
self.logged_in = self.check_session()
File "/Users/xxx/git/Metabigor/modules/shodan.py", line 43, in check_session
new_cookie = self.do_login()
File "/Users/xxx/git/Metabigor/modules/shodan.py", line 281, in do_login
self.options, really_login_url, cookies, data, follow=False)
TypeError: send_post() got an unexpected keyword argument 'follow'

[feature] dockerized version

Hello, would you accept a PR to dockerize this application?
I personally like the possibility to run software in containers so I don't have to worry about installing them on my system.

"google-chrome" executable file not found in $PATH

Running this on VPS:

$ lsb_release -a
Description:	Ubuntu 20.04 LTS
Release:	20.04
Codename:	focal

With example command and verbose -v flag:

$ echo "Tesla" | metabigor net -v --org
[0000]  INFO Metabigor beta v1.4 by @j3ssiejjj
[0000]  INFO Store log file to: /tmp/mtg-log/metabigor.log
[0000]  INFO [*] Starting get IP Info for Organization: Tesla
[0000]  INFO Get data from: http://asnlookup.com/api/lookup?org=Tesla
[0000]  INFO Get data from: https://bgp.he.net/search?search%5Bsearch%5D=Tesla&commit=Search
[0000]  INFO Get data from: https://bgpview.io/search/Tesla
[0000]  INFO ERRR: exec: "google-chrome": executable file not found in $PATH
[0000]  INFO ERRR: exec: "google-chrome": executable file not found in $PATH
...<CIDR results redacted>...

Doubt about installation

Hello,

I follow the steps to install metabigor , after run

go get -u github.com/j3ssie/metabigor

I've configured the variables, but I run metabigor don't run, I have this sudo metabigor -h sudo: metabigor: command not found

export GOROOT=/home/myuser/programming/go/go-1.4
export GOPATH=/home/myuser/programming/go/packages
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

Can anyone help me ?

A greeting and 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.