Giter Site home page Giter Site logo

bablo's Introduction

Bablo (Бабло)

License

Bablo (Бабло) is a web scraping tool designed to explore and collect URLs from a specified starting URL. It utilizes the "github.com/gocolly/colly/v2" package.

Table of Contents

Features

  • Recursive crawling
  • Multithreading

Usage

  1. Clone or Download: Clone this repository or download the code to your local machine.
  2. Install Golang: Install the latest Golang from https://go.dev/dl/. For example:
    wget https://go.dev/dl/go1.21.4.linux-amd64.tar.gz
    rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.4.linux-amd64.tar.gz
    export PATH=$PATH:/usr/local/go/bin
    go version
    
  3. Install colly: Run the following commands:
    go mod init bablo
    go mod tidy
    go get github.com/gocolly/colly/v2@latest
    
  4. Run the tool: Run the tool using the following command:
    go run main.go -t <thread-count> https://example.com
    
  5. Automation: For automating this tool with others check - https://github.com/grozdniyandy/hackerlines

Installation

You can either check the "Usage" or download already compiled code from "releases".

Dependencies

This code uses the Go standard library and one external dependency github.com/gocolly/colly/v2.

License

This code is released under the MIT License.

Author

Bablo is developed by GrozdniyAndy of XSS.is.

Contributing

Feel free to contribute, report issues, or suggest improvements by creating pull requests or issues in the GitHub repository. Enjoy using this crawler!

bablo's People

Contributors

grozdniyandy 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.