Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Alerta de Nuevo Bug Bounty: Bienvenidos InsureDAO

¡Comienza una nueva asociación con InsureDAO! Hace un par de meses, anunciamos nuestra asociación para principiantes con InsureDAO, lo que…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Coercer - A Python Script To Automatically Coerce A Windows Server To Authenticate On An Arbitrary Machine Through 9 Methods

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGrJjoXBBZyQ-sZA9_HqHFYtbLoqBQ1c2-SGKbN5-5ySn8L2s320KaWSHF-Bj3KK1ZkWaQg4BGPIGNHb0OrsZM1hOTe4cQ4VeWocmKy6Scb7ona_HeW8Bns8XbKlvXeggyFov1VsnaDYjjrXs-nVPXfgk97oVHaJQ-Zgj-YYZ5Y4k49mJYNP5IIxWWhQ/w640-h108/Coercer_1_banner.png A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 9 methods. Features* Automatically detects open SMB pipes on the remote machine.
* Calls one by one all the vulnerable RPC functions to coerce the server to authenticate on an arbitrary machine.
* Analyze mode with --analyze, which only lists the vulnerable protocols and functions listening, without performing a coerced authentication.
* Perform coerce attack on a list of targets from a file with --targets-file* Coerce to a WebDAV target with --webdav-hostand --webdav-portUsage$ ./Coercer.py -h

______
/ ____/___ ___ _____________ _____
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v1.6
\____/\____/\___/_/ \___/\___/_/ by @podalirius_

usage: Coercer.py [-h] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass] [-v] [-a] [-k] [--dc-ip ip address] [-l LISTENER] [-wh WEBDAV_HOST] [-wp WEBDAV_PORT]
(-t TARGET | -f TARGETS_FILE) [--target-ip ip address]

Automatic windows authentication coercer over various RPC calls.

options:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
Username to authenticate to the endpoint.
-p PASSWORD, --password PASSWORD
Password to authenticate to the endpoint. (if omitted, it will be asked unless -no-pass is specified)
-d DOMAIN, --domain DOMAIN
Windows domain name to authenticate to the endpoint.
--hashes [LMHASH]:NTHASH
NT/LM hashes (LM hash can be empty)
--no-pass Don't ask for password (useful for -k)
-v, --verbose Verbose mode (default: False)
-a, --analyze Analyze mode (default: Attack mode)
-k, --kerberos Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters. If valid credentials cannot be found, it will use the ones specified in the
command line
--dc-ip ip address IP Address of the domain controller. If omitted it will use the domain part (FQDN) specified in the target parameter
-t TARGET, --target TARGET
IP address or hostname of the target machine
-f TARGETS_FILE, --targets-file TARGETS_FILE
IP address or hostname of the target machine
--target-ip ip address
IP Address of the target machine. If omitted it will use whatever was specified as target. This is useful when target is the NetBIOS name or Kerberos name and you cannot resolve it

-l LISTENER, --listener LISTENER
IP address or hostname of the listener machine
-wh WEBDAV_HOST, --webdav-host WEBDAV_HOST
WebDAV IP of the server to authenticate to.
-wp WEBDAV_PORT, --webdav-port WEBDAV_PORT
WebDAV port of the server to authenticate to.
Example outputIn attack mode (without --analyzeoption) you get the following output: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKRS6BVG2tTRBUJVHSfrycW2w9jPZ2B-5FfZcPBX2XqCRWfjneAFGhNB472P9QKCbj3whrJDjkZ-WlJrU1sNOz6C-pweR8NjHcC2YXmyVuR3yKGLGG418za36vcTZzWqky2EI6fi5FR1EwPyeaj3YvQLIsVpr4AmRqlV2RL71MzawZqfMWbHlCmI9yug/w640-h168/Coercer_6_example.png After all the RPC calls, you get plenty of authentications in Responder: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-eNbm3xrhskMmXU7e7b4WSso6vXPiZD9t1d4ZXzIgZVcWL58yZvl5dtFD8krFGa7ucq-pWz-kmj9auUpS_h8fPgHaDjYCr6uIyTI1o5_vUU5TJ7x3Ytpb0O83IMH-R2eVDD7r-itvY3MIMEtxNTN270CTcCcALEL0c6Oo-YlkLsJNiFPW2D_6xg-oDg/w640-h194/Coercer_7_h[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Coercer - A Python Script To Automatically Coerce A Windows Server To Authenticate On An Arbitrary Machine Through 9 Methods https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGrJjoXBBZyQ-sZA9_HqHFYtbLoqBQ1c2-SGKbN5-5ySn8L2s320KaWSHF…
ashes.png ContributingPull requests are welcome. Feel free to open an issue if you want to add other features. Credits* @tifkin_ and @elad_shamir for finding and implementing PrinterBug on MS-RPRN
* @topotam77 for finding and implementing PetitPotam on MS-EFSR
* @topotam77 for finding and @_nwodtuhs for implementing ShadowCoerce on MS-FSRVP
* @filip_dragovic for finding and implementing DFSCoerce on MS-DFSNM Download Coercer

___________________________
@hacking_Attack
@Hacking_Video
Q teams up with Immunefi to launch a bug bounty program

We are happy to announce the launch of our bug bounty program on Immunefi.Continue reading on Q Blockchain »
Read more...
A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 9 methods.

FeaturesAutomatically detects open SMB pipes on the remote machine.Calls one by one all the vulnerable (https://www.kitploit.com/search/label/Vulnerable) RPC functions to coerce the server to authenticate on an arbitrary machine.Analyze mode with --analyze, which only lists the vulnerable protocols (https://www.kitploit.com/search/label/Protocols) and functions listening, without performing a coerced authentication.Perform coerce attack on a list of targets from a file with --targets-fileCoerce to a WebDAV target with --webdav-host and --webdav-portUsage$ ./Coercer.py -h

______
/ ____/___ ___ _____________ _____
/ / / __ \/ _ \/ ___/ ___/ _ \/ ___/
/ /___/ /_/ / __/ / / /__/ __/ / v1.6
\____/\____/\___/_/ \___/\___/_/ by @podalirius_

usage: Coercer.py [-h] [-u USERNAME] [-p PASSWORD] [-d DOMAIN] [--hashes [LMHASH]:NTHASH] [--no-pass] [-v] [-a] [-k] [--dc-ip ip address] [-l LISTENER] [-wh WEBDAV_HOST] [-wp WEBDAV_PORT]
(-t TARGET | -f TARGETS_FILE) [--target-ip ip address]

Automatic windows authentication (https://www.kitploit.com/search/label/Authentication) coercer over various RPC calls.

options:
-h, --help show this help message and exit
-u USERNAME, --username USERNAME
Username to authenticate to the endpoint.
-p PASSWORD, --password PASSWORD
Password to authenticate to the endpoint. (if omitted, it will be asked unless -no-pass is specified)
-d DOMAIN, --domain DOMAIN
Windows domain name to authenticate to the endpoint.
--hashes [LMHASH]:NTHASH
NT/LM hashes (LM hash can be empty)
--no-pass Don't ask for password (useful for -k)
-v, --verbose Verbose mode (default: False)
-a, --analyze Analyze mode (default: Attack mode)
-k, --kerberos Use Kerberos (https://www.kitploit.com/search/label/Kerberos) authentication. Grabs credentials (https://www.kitploit.com/search/label/Credentials) from ccache file (KRB5CCNAME) based on target parameters. If valid credentials cannot be found, it will use the ones specified in the
command line
--dc-ip ip address IP Address of the domain controller. If omitted it will use the domain part (FQDN) specified in the target parameter
-t TARGET, --target TARGET
IP address or hostname of the target machine
-f TARGETS_FILE, --targets-file TARGETS_FILE
IP address or hostname of the target machine
--target-ip ip address
IP Address of the target machine. If omitted it will use whatever was specified as target. This is useful when target is the NetBIOS name or Kerberos name and you cannot resolve it

-l LISTENER, --listener LISTENER
IP address or hostname of the listener machine
-wh WEBDAV_HOST, --webdav-host WEBDAV_HOST
WebDAV IP of the server to authenticate to.
-wp WEBDAV_PORT, --webdav-port WEBDAV_PORT
WebDAV port of the server to authenticate to.

Example outputIn attack mode (without --analyze option) you get the following output:

___________________________
@hacking_Attack
@Hacking_Video
After all the RPC calls, you get plenty of authentications in Responder:

___________________________
@hacking_Attack
@Hacking_Video
We are happy to announce the launch of our bug bounty program on Immunefi.Continue reading on Q Blockchain » (https://medium.com/q-blockchain/q-teams-up-with-immunefi-to-launch-a-bug-bounty-program-f4837247e4b6?source=rss------bug_bounty-5)