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
How a YouTube Video lead to pwning a web application via SQL Injection worth $4324 bounty

This write-up is regarding one of my findings on a private program on HackerOne. As this is a private program so I have made certain…Continue reading on Medium »
Read more...
hacking: security in practice
Robinhood hacked?

When I provide an email address to a website, I create a unique email address just for that website (I do NOT give that specific address to any other company). I do this so I can trace from where spammers got my email address from.

So, today I received an email from "MetaMask" to "Verify your Wallet" with a cc-community dot net link URL and it used the email address I ONLY gave to robinhood to send the email to me.

I never heard of, or dealt with either the company "MetaMask" or that cc-domain name.

So, the ONLY way the sender of this email would know about that specific email address is if either Robinhood gave or sold it to them, or that Robinhood's customer database was hacked.

UPDATE: I see that a hack of robinhood was reported in the media back in 11/2021. So just let this post be a warning to look out for these bogus Phishing emails.

submitted by /u/MrEngineerMind
[link] [comments]
hacking: security in practice
Hacked pos

So what ended up happening was my boss ordered a new pos machine in the mail and when it came here it was hacked by someone and took 8000 2 different 4000 transactions how could that be if you never had the pos in the first place and set it up could it been the dilivery driver or?

submitted by /u/ubvn
[link] [comments]
hacking: security in practice
Harassment

Hello, there's someone who's been harassing my sister for a while now.
originally I guess they were just sending messages to her but when she blocked them they made another account and went around sending messages to all her friends including me.

I'm not really computer saavy, and all I wanna know is who this person is so she can confront them

submitted by /u/ShriKaav
[link] [comments]
af-shellhunter-auto-shell-lookup

AF-ShellHunter: Auto shell lookupContinue reading on Medium »
Read more...
Dark Reading: Attacks/Breaches
Software-as-a-Service Rules the Cloud

Half of the IT professionals surveyed who use cloud services also employ infrastructure-as-a-service and platform-as-a-service.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Microsoft Sinkholes Russian Hacking Group's Domains Targeting Ukraine

The operation aimed to disrupt cyber espionage activity a Russian GRU group was using for the Ukraine war.
Cloak - A Censorship Circumvention Tool To Evade Detection By Authoritarian State Adversaries
http://www.kitploit.com/2022/04/cloak-censorship-circumvention-tool-to.html
Cloak is a pluggable transport (https://www.ietf.org/proceedings/103/slides/slides-103-pearg-pt-slides-01) that enhances traditional proxy tools like OpenVPN to evade sophisticated censorship (https://en.wikipedia.org/wiki/Deep_packet_inspection) and data discrimination (https://en.wikipedia.org/wiki/Net_bias). Cloak is not a standalone proxy program. Rather, it works by masquerading proxied traffic as normal web browsing activities. In contrast to traditional tools which have very prominent traffic fingerprints and can be blocked by simple filtering rules, it's very difficult to precisely target Cloak with little false positives. This increases the collateral damage to censorship actions as attempts to block Cloak could also damage services the censor state relies on. To any third party observer, a host running Cloak server is indistinguishable from an innocent web server. Both while passively observing traffic flow to and from the server, as well as while actively probing the behaviours of a Cloak server. This is achieved through the use a series of cryptographic (https://github.com/cbeuw/Cloak/wiki/Steganography-and-encryption)steganography (https://www.kitploit.com/search/label/Steganography) techniques. Cloak can be used in conjunction with any proxy program that tunnels traffic through TCP or UDP, such as Shadowsocks, OpenVPN and Tor. Multiple proxy servers can be running on the same server host and Cloak server will act as a reverse proxy, bridging clients with their desired proxy end. Cloak multiplexes traffic through multiple underlying TCP connections which reduces head-of-line blocking and eliminates TCP handshake overhead. This also makes the traffic pattern more similar to real websites. Cloak provides multi-user support, allowing multiple clients to connect to the proxy server on the same port (443 by default). It also provides traffic management (https://www.kitploit.com/search/label/Management) features such as usage credit and bandwidth control. This allows a proxy server to serve multiple users even if the underlying proxy software wasn't designed for multiple users Cloak also supports tunneling through an intermediary CDN server such as Amazon Cloudfront. Such services are so widely used, attempts to disrupt traffic to them can lead to very high collateral damage for the censor. Quick Start To quickly deploy Cloak with Shadowsocks on a server, you can run this script (https://github.com/HirbodBehnam/Shadowsocks-Cloak-Installer/blob/master/Cloak2-Installer.sh) written by @HirbodBehnam Table of Contents Quick Start (https://github.com/cbeuw/Cloak#quick-start) Build (https://github.com/cbeuw/Cloak#build) Configuration (https://github.com/cbeuw/Cloak#configuration) Server (https://github.com/cbeuw/Cloak#server) Client (https://github.com/cbeuw/Cloak#client) Setup (https://github.com/cbeuw/Cloak#setup) Server (https://github.com/cbeuw/Cloak#server-1) To add users (https://github.com/cbeuw/Cloak#to-add-users) Unrestricted users (https://github.com/cbeuw/Cloak#unrestricted-users) Users subject to bandwidth and credit controls (https://github.com/cbeuw/Cloak#users-subject-to-bandwidth-and-credit-controls) Client (https://github.com/cbeuw/Cloak#client-1) Support me (https://github.com/cbeuw/Cloak#support-me) Build git clone https://github.com/cbeuw/Cloak
cd Cloak
go get ./...
make Built binaries will be in build folder. Configuration Examples of configuration files can be found under example_config folder. Server RedirAddr is the redirection address when the incoming traffic is not from a Cloak client. Ideally it should be set to a major website allowed by the censor (e.g. www.bing.com) BindAddr is a list of addresses Cloak will bind and listen to (e.g. [":443",":80"] to listen to port 443 and 80 on all interfaces) ProxyBook is an object whose key is the name of the ProxyMethod used on the client-side (case-sensitive). Its value is an