Coder Social home page Coder Social logo

gitlab-subdomains's Introduction

gitlab-subdomains

Find subdomains on GitLab.

go badge MIT license badge twitter badge


Description

This Go tool performs searches on GitLab and parses the results to find subdomains of a given domain.

Important note

‼ GitLab search is very limited ‼ Check the official documentation for more information.

Requirements

You need a GitLab token, if you don't have any you can easily create a free account on gitlab.com or use my github-regexp to find one or more...

Install

go install github.com/gwen001/gitlab-subdomains@latest

or

git clone https://github.com/gwen001/gitlab-subdomains
cd gitlab-subdomains
go install

Usage

$ gitlab-subdomains -h

Usage of gitlab-subdomains:
  -d string
    	domain you are looking for (required)
  -debug
    	debug mode
  -e	extended mode, also look for <dummy>example.<tld>
  -t string
    	gitlab token (required), can be:
    	  • a single token
    	  • a list of tokens separated by comma
    	  • a file (.tokens) containing 1 token per line
    	if the options is not provided, the environment variable GITLAB_TOKEN is readed, it can be:
    	  • a single token
    	  • a list of tokens separated by comma

If you want to use multiple tokens, you better create a .tokens file in the executable directory with 1 token per line

token1
token2
...

or use an environment variable with tokens separated by comma:

export GITLAB_TOKEN=token1,token2...

Tokens are disabled when GitLab raises a rate limit alert, however they are re-enable 1mn later. You can disable that feature by using the option -k.



Feel free to open an issue if you have any problem with the script.

gitlab-subdomains's People

Contributors

gwen001 avatar

Stargazers

Zyad Elsayed avatar

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.