Hacking Articles Tips Tricks Videos Tutorials
468 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 Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials Win-Brute-Logon : Crack Any Microsoft Windows Users Password Without Any Privilege Win-Brute-Logon PoC is more what I would call a serious weakness in Microsoft Windows Authentication mechanism than a vulnerability. The biggest issue…
e=336) Thread successfully terminated.
[INFO] “TWorkers”(id=4948, handle=140) Thread successfully terminated.
[DONE] Done.
[INFO] Ellapsed Time : 00:00:06 Real world scenarioIf you gain access to a low privileged user, you could crack the password of a more privileged user and escalate your privilege. Mitigation (General)* Disable guest(s) account(s) if present.
* Application white-listing.
* Follow the guidelines to create and keep a password strong. Apply this to all users. Implement Security Lockout Policy (Not present by default)Open secpol.mscthen go to Account Policies> Account Lockout Policyand edit value Account lockout thresholdwith desired value from (1 to 999).

Value represent the number of possible attempt before getting locked.

/!\ LockDown Policy wont work on Administrator account. At this moment, best protection for Administrator account (if Enabled) is to setup a very complex password. Download

___________________________
@hacking_Attack
@Hacking_Video
HTTP Header Injection

What is HTTP Header Injection?Continue reading on CodeX »
Read more...
hacking: security in practice
Lapsus Ransomware Gang Ups the Ante with Impresa and NVIDIA Attacks

The Lapsus ransomware gang has arrived on the scene and has already claimed several high-profile targets, with victims including Impresa – the largest media conglomerate in Portugal, Brazil’s Ministry of Health (MoH), the Brazilian telecommunications operator Claro, and most recently, the Santa Clara, CA-based GPU vendor NVIDIA.

The Lapsus ransomware gang – also referred to as Lapsus$ – is a relatively new threat actor and is making a reputation for itself in an already crowded ransomware market. Most ransomware gangs now practice double extortion, where prior to encrypting files they exfiltrate sensitive data and threaten to publish the data if the ransom is not paid. Triple extortion tactics are now becoming common, where threats are also issued to notify shareholders, partners, and customers about attacks. The Lapsus gang has taken things a step further still and is boasting about its attacks and causing major embarrassment for victims.

spamtitan.com/blog/lapsus-ransomware/

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

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Biden Requests Nearly $11B for Federal Cybersecurity Spending

The administration's 2023 IT budget for civilian agencies includes $500 million more for CISA.
Swappi Testnet publica y recompensas por errores

Prueba Swappi y gana recompensas. ¡Hasta 100.000 $PPI de recompensa!Continue reading on Conflux en español »
Read more...
A low-dependency command-line tool for generating reverse shell payloads on the fly. Description LAZYPARIAH is a simple and easily installable command-line tool written in pure Ruby that can be used during penetration tests and capture-the-flag (CTF) competitions to generate a range of reverse shell payloads on the fly. The reverse shell payloads that LAZYPARIAH supports include (but are not limited to): C binary payloads (compiled on the fly): c_binary Ruby payloads: ruby, ruby_b64, ruby_hex, ruby_c Powershell payloads: powershell_c, powershell_b64 Base64-encoded Python payloads: python_b64 Rust binary payloads (compiled on the fly): rust_binary PHP scripts containing base64-encoded Python payloads called via the system() function: php_system_python_b64 Java classes (compiled on the fly): java_class Perl payloads: perl, perl_b64, perl_hex, perl_c Simple PHP payloads (targeting specific file descriptors): php_fd, php_fd_c, php_fd_tags
Warning This tool is intended to be used only in authorised circumstances by qualified penetration testers, security researchers and red team professionals. Before downloading, installing or using this tool, ensure that you understand the relevant laws in your jurisdiction. The author of this tool does not endorse, encourage or condone the use of this tool for illegal or unauthorised purposes. Dependencies Ruby >= 2.7.1 (LAZYPARIAH has not been tested on previous versions of Ruby) OpenJDK (Optional: Only required for java_class payloads.) GCC (Optional: Only required for c_binary payloads.) Rust (Optional: Only required for rust_binary payloads.) Installation LAZYPARIAH can be installed on most GNU/Linux and BSD systems using the RubyGems installer as follows: gem install lazypariah
Usage Note: may be an IPv4 address, IPv6 address or hostname. Example: lazypariah -u python_b64 10.10.14.4 1555 Example: lazypariah python_c malicious.local 1337 Valid Payloads: awk bash_tcp c_binary java_class nc nc_openbsd nc_pipe nodejs nodejs_b64 nodejs_c nodejs_hex perl perl_b64 perl_c perl_hex php_fd php_fd_c php_fd_tags php_system_python_b64 php_system_python_hex php_system_python_ipv6_b64 php_system_python_ipv6_hex powershell_b64 powershell_c python python_b64 python_c python_hex python_ipv6 python_ipv6_b64 python_ipv6_c python_ipv6_hex ruby ruby_b64 ruby_c ruby_hex rust_binary socat Valid Options: -h, --help Display help text and exit. -l, --license Display license information and exit. -u, --url URL-encode the payload. -v, --version Display version information and exit. -D, --fd INTEGER Specify the file descriptor used by the target for TCP. Required for certain payloads. -P, --pv INTEGER Specify Python version for payload. Must be either 2 or 3. By default, no version is specified. -N, --no-new-line Do not append a new-line character to the end of the payload. --b64 Encode a c_binary, rust_binary or java_class payload in base-64. --hex Encode a c_binary, rust_binary or java_class payload in hexadecimal. --gzip Compress a c_binary, rust_binary or java_class payload using zlib. --gzip_b64 Compress a c_binary, rust_binary or java_class payload using zlib and encode the result in base-64. --gzip_hex Compress a c_binary, rust_binary or java_class payload using zlib and encode the result in hexadecimal.">Usage: lazypariah [OPTIONS]
Note: may be an IPv4 address, IPv6 address or hostname.

Example: lazypariah -u python_b64 10.10.14.4 1555

___________________________
@hacking_Attack
@Hacking_Video