Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 370 Bytes

Trimble Brute Force

A Simple Python Program that uses requests and multithreading to brute force Trimble Receivers Servers.

Requirements

Language Used = Python3
Modules/Packages used:

  • requests
  • warnings
  • datetime
  • urllib
  • optparse
  • colorama
  • mutliprocessing
  • time

Install the dependencies:

pip install -r requirements.txt