Giter VIP home page Giter VIP logo

strongarm's Introduction

whiterabb17/strongarm

Simple tool to bruteforce (spray actually) different network protocols. whiterabb17/strongarm also supports restoration of interrupted tasks ("-restore").

whiterabb17/strongarm currently supports: rdp, ssh, ftp, Windows LDAP, http basic and digest authentication

go run . -ul testUsernames.txt -pl testPasswords.txt -p ftp -tl targets.txt -w 10
---------------+
Success: 192.168.56.102:user:123
-------------------
go run . -ul testUsernames.txt -pl testPasswords.txt -p ftp -tl targets.txt -w 10
--------

CTRL+C

go run . -restore
-------+
Success: user:123
-------------------

-ul Path to file with usernames

-ul Path to file with passwords

-p Protocol to brute ( winldap, rdp, ssh, ftp, httpbasic, httpdigest )

-t Target host. http://127.0.0.1:667/protected/folder/

-w Number of workers (threads)

-restore use "progress.gob" to restore task

Target Formats:

192.168.56.102 - for **ssh, rdp, ldap, ftp**

192.168.56.102:21 - for **ssh, rdp, ldap, ftp**

http://192.168.56.102:80/2 - for **basic** and **digest authentication**

Examples:

strongarm.exe -ul testUsernames.txt -pl testPasswords.txt -p ssh -tl targets.txt -w 10

strongarm.exe -ul testUsernames.txt -pl testPasswords.txt -p httpbasic -tl targets.txt -w 10 -ru -rp

strongarm.exe -restore

strongarm's People

Contributors

whiterabb17 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

strongarm's Issues

Program crash

I'm getting this error:

On on windows

panic: runtime error: index out of range [0] with length 0

goroutine 1 [running]:
github.com/whiterabb17/strongarm/library.startTaskService()
        D:/Local Downloads/strongarm/library/strongarm.go:187 +0xa7d
github.com/whiterabb17/strongarm/library.BeginBrute({0xc00001e130?, 0xc00005e000?}, {0xc00001e170?, 0xa565d9?}, 0x60?, 0x0?, {0xc00001e190?, 0x0?}, {0xc00001e1c0, 0xe}, ...)
        D:/Local Downloads/strongarm/library/strongarm.go:61 +0x10e
main.main()
        D:/Local Downloads/strongarm/standalone/main.go:42 +0x1b0
exit status 2

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.