Giter Club home page Giter Club logo

brutex's Introduction

Bug Bounty Profiles

Public Exploits

Open Source Security Tools

Certifications

  • OSCE
  • OSCP
  • CISSP
  • Security+
  • CNA
  • MCP
  • Network+
  • A+
  • PCI-ASV
  • SecurityTube Android Security For Penetration Testers

Public Exploits/PoC's/CVE's/Bug Bounties/CTF's

2024:

2021:

  • Nutanix Stored DOM Cross-Site Scripting (XSS) & Reflected Cross-Site Scripting (XSS) 0day

2020:

2018:

2017:

  • Recieved Offensive Security Certified Expert (OSCE) cerfication 12/2017
  • Multiple Cross-Site Request Forgery (CSRF) vulnerabilities in WEMO HomeKit Bridge ($3,000 bounty) 9/2017
  • Stored Cross-Site Scripting (XSS) vulnerability in WEMO HomeKit Bridge ($500 bounty) 9/2017
  • Systemic Stored XSS vulnerability in WEMO HomeKit Android Application ($1,500 bounty) 9/2017
  • Systemic Local File Inclusion in WEMO HomeKit Android Application ($3,000 bounty) 9/2017
  • Placed 7th in ToorConCTF CTF 8/2017
  • Stored XSS in ModSecurity App for Splunk (Full Disclosure) 8/2017
  • Directory Traversal in PSPDFKit/Atlassian Jira Cloud Android application Bug Bounty 7/2017
  • Recieved Android Security For Penetration Testers (ASFP) certification from SecurityTube 5/2017
  • Gave talk at ISSA/OWASP Phoenix to 90+ attendees titled "Man In The Browser Advanced Client Side Exploitation" (https://www.slideshare.net/1N3/man-in-the-browser-advanced-client-side-exploitation-using-beef) 4/2017
  • PSV-2017-0227: Cross-Site Tracing Vulnerability in NETGEAR Arlo CVE 2/2017
  • Directory traversal + multiple CSRF + multiple stored and reflected XSS in NETGEAR M4300-8X8F switches ($3,000+ bounty) 3/2017
  • Recieved Department of Defense HackerOne Challenge coin for the Hack The Army Bug Bounty Program 2/2017
  • Listed on the BugCrowd 2016 MVP list 1/2017

2016:

2015:

2014:

brutex's People

Contributors

1n3 avatar bryant1410 avatar khast3x avatar mehran avatar noraj avatar xer0dayz avatar zotho 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  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

brutex's Issues

port problem

it says that all the ports are closed, but when I use the map app it says 2 ports are open, ultimately the crack cannot be executed.

best regards,

dimdim

dnsdict6 is not longer available on Kali 2.x

Hey!!..... thanks for sharing....

what about using dnsenum instead of dnsdict6?. dnsdict6 is not longer available on Kali 2.x
I think the line is the same calling dnsenum without -4.

🎉

this error pops up when ever i use any other wifi (i used a wifi that is far away from me at first nd now i can't use it on any other wifi) it works whenever i use the first used wifi btw

Traceback (most recent call last):
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 159, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 670, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 381, in _make_request
self._validate_conn(conn)
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
conn.connect()
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 309, in connect
conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connection.py", line 171, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "brutex.py", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
[Previous line repeated 1 more time]
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 4, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 1, in
File "", line 20, in
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/N1TR4T3/.local/lib/python3.11/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd512559a50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

Inquiry

Is it work in termux app??

Info Scan

Hello,

After of the scan I have this in the console

[STATUS] attack finished for X.X.X.X (valid pair found)
1 of 1 target successfully completed, 1 valid password found

Where is this password ?

A greeting and thanks

Issue with zip download

Maybe im just still really new to all this. But I can download the zip due to my malware saying there is a virus is this file. I need a work around without compromising my system.

[*] Installing brutex under /usr/share/brutex... cp: target '/usr/share/brutex': No such file or directory ./install.sh: line 27: cd: /usr/share/brutex: No such file or director

[] Installing brutex under /usr/share/brutex...
cp: target '/usr/share/brutex': No such file or directory
./install.sh: line 27: cd: /usr/share/brutex: No such file or directory
Hit:1 https://packages.termux.dev/apt/termux-main stable InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package hydra
E: Unable to locate package dnsenum
chmod: cannot access '/usr/share/brutex/brutex': No such file or directory
ln: failed to create symbolic link '/usr/bin/brutex': No such file or directory
[
] Done!
~/BruteX $

Is this a user error, a configuration issue, permissions issue, or a bug? Can be reproduced faithfully. Have tried upgrades and updates, installing missing dependency packages manually, changing termux package mirrors, and repeating the process. I've tried giving elevated access to install.sh with chmod, and I've googled quite a bit to no avail.

demo video offline

Hi, I can not watch te demo video. Is it available somewhere else?

Kind regards

brutex error

Yo man i was tryna use brutex and i keep getting this error "grep: /usr/share/brutex/loot/nmap- (IP) .xml: No such file or directory
Could you please try ta help me out?

List of target

Dear @1N3

Can you please add support for "list of IPs" to test instead of testing only one target?

Sincerely,

During handling of the above exception, another exception occurred:

          During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "brutex.py", line 20600, in
File "", line 4, in
File "", line 221, in
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7c44309790>: Failed to establish a new connection: [Errno 103] Software caused connection abort'))

I'm facing this error

Originally posted by @Indrajit44 in #15 (comment)
Same issue that iam facing

hello guys! Brutex error!!

Brutex open target problems!
brutex was to work before.
I opened it to test and it stopped giving an error...
can you please help?
The errors given are in the screenshots. you can look...
system information kali linux...

Ekran Görüntüsü - 2022-11-19 01-12-47

Ekran Görüntüsü - 2022-11-19 01-13-21

Error on installing

  • -- --=[ Installing brutex under /usr/share/brutex...
    cp: target '/usr/share/brutex' is not a directory
    ./install.sh: line 26: cd: /usr/share/brutex: No such file or directory
    Hit:1 https://termux.net stable InRelease
    Ign:2 https://dl.bintray.com/grimler/game-packages-21 games InRelease
    Ign:3 https://dl.bintray.com/grimler/termux-root-packages-21 root InRelease
    Ign:4 https://dl.bintray.com/grimler/science-packages-21 science InRelease
    Get:5 https://dl.bintray.com/grimler/game-packages-21 games Release [5344 B]
    Hit:5 https://dl.bintray.com/grimler/game-packages-21 games Release
    Get:7 https://dl.bintray.com/grimler/termux-root-packages-21 root Release [6185 B]
    Hit:7 https://dl.bintray.com/grimler/termux-root-packages-21 root Release
    Get:9 https://dl.bintray.com/grimler/science-packages-21 science Release [5348 B]
    Hit:9 https://dl.bintray.com/grimler/science-packages-21 science Release
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package dnsenum
    chmod: cannot access '/usr/share/brutex/brutex': No such file or directory
    ln: failed to create symbolic link '/usr/bin/brutex': No such file or directory
  • -- --=[ Done!

Facing connection error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "brutex.py", line 20600, in
File "", line 4, in
File "", line 221, in
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /hackwithalex/.../main/.... (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7c44309790>: Failed to establish a new connection: [Errno 103] Software caused connection abort'))

I'm facing this error
I hope that you solve this issue

Issue in install.sh

Hi,

There should be a space after desktop, in line 36 of the install.sh file...?

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.