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
hacking: security in practice
Csgo hacking

Why fo spin botters look down and what the hacker sees? Does it habve to look down?

submitted by /u/hjolfraul
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
New Linux malware evades detection and deploys cryptocurrency miner

New Linux malware evades detection and deploys cryptocurrency minerPost Views: 51 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/08/Patreon-1.png Subscribe to Patreon to watch this episode.
Reading Time: 3 Minutes A new stealthy Linux malware known as Shikitega has been discovered infecting computers and IoT devices with additional payloads.The malware exploits vulnerabilities to elevate its privileges, adds persistence on the host via crontab, and eventually launches a cryptocurrency miner on infected devices.

Shikitega is quite stealthy, managing to evade anti-virus detection using a polymorphic encoder that makes static, signature-based detection impossible.
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course An intricate infection chainWhile the initial infection method is not known at this time, researchers at AT&T who discovered Shikitega say the malware uses a multi-step infection chain where each layer delivers only a few hundred bytes, activating a simple module and then moving to the next one.

“Shiketega malware is delivered in a sophisticated way, it uses a polymorphic encoder, and it gradually delivers its payload where each step reveals only part of the total payload.,” explains AT&T’s report.

The infection begins with a 370 bytes ELF file, which is the dropper containing encoded shellcode.
https://www.bleepstatic.com/images/news/u/1220909/Code%20and%20Details/first-elf.jpg
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Black Hat Ethical Hacking New Linux malware evades detection and deploys cryptocurrency miner New Linux malware evades detection and deploys cryptocurrency minerPost Views: 51 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/08/Patreon…
cusing on mining the anonymity-focused and hard-to-trace Monero.
https://www.bleepstatic.com/images/news/u/1220909/Diagrams/shikitega-chain.jpg
Recent News* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Images-for-the-News-posts-6-300x150.png TikTok denies that hackers leaked its source code and user dataSeptember 6, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Images-for-the-News-posts-5-300x150.png Malware dev open-sources CodeRAT after being exposedSeptember 5, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/ezgif.com-gif-maker-1-300x150.jpg WatchGuard firewall exploit threatens appliance takeoverSeptember 2, 2022
Reading Time: 3 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Images-for-the-News-posts-4-300x150.png Apple patch for actively exploited iOS zero-day to older iPhonesSeptember 1, 2022
Reading Time: 3 minutes
https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post New Linux malware evades detection and deploys cryptocurrency miner first appeared on Black Hat Ethical Hacking.

___________________________
@hacking_Attack
@Hacking_Video
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