Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.7K 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
sqli into outfile .php filtering

Hello fellow hackers! I am trying to exploit a site by sqli and I've tried the union based query with into outfile and it saves files successfully but when doing it on a .php extension, it makes the file but has no content(I've tried load_file on the php file already). How do you get around this? (Im still new to web hacking)

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
CVE-2022-27254 : PoC For Vulnerability In Honda’s Remote Keyless System

CVE-2022-27254 is a PoC for vulnerability in Honda’s Remote Keyless System(CVE-2022-27254).

Summary

This is a proof of concept for CVE-2022-27254, wherein the remote keyless system on various Honda vehicles send the same, unencrypted RF signal for each door-open, door-close, boot-open and remote start(if applicable). This allows for an attacker to eavesdrop on the request and conduct a replay attack.

Vehicles Affected

• 2016-2020 Honda Civic(LX, EX, EX-L, Touring, Si, Type R)

Important Notes

•Key fob FCC ID: KR5V2X
•Key fob frequency: 433.215MHz
•Key fob modulation: FSK

Tools used

FCCID.io
•HackRF One
•Gqrx
•GNURadio

Prevention

* Manufacturers:
* Manufacturers must implement Rolling Codes, otherwise known as hopping code. It is a security technology commonly used to provide a fresh code for each authentication of a remote keyless entry (RKE) or passive keyless entry (PKE) system.

* Consumers:
* Utilize a Faraday Pouch for the key fob.
* Use the PKE as opposed to the RKE, this would make it significantly harder for an attacker to clone/read the signal due to the proximity they would need to be at to do so.
The precautions mentioned above ARE NOT foolproof

If you believe that you are a victim of this attack, the only current mitigation is to reset your key fob at the dealership.
Download

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
OffensiveNotion : Notion As A Platform For Offensive Operations

OffensiveNotion combines the capabilities of a post-exploitation agent with the power and comfort of the Notion notetaking application. The agent sends data to and receives commands from your Notion page. Your C2 traffic blends right in as the agent receives instructions and posts results via the Notion developer API. And when your blue team looks for evidence of shenanigans, none will be the wiser. Features* A full-featured C2 platform built on the Notion notetaking app.
* Easy setup: set up your Notion developer API account, drop the Agent to the target, run and enjoy!
* Cross-platform agent built in Rust that compiles for Linux and Windows with the same code base. Includes a Python setup/controller script to simplify the process.
* A range of capabilities including port-scanning, privilege escalation, asynchronous command execution, file download, and shellcode injection, all controlled from the comfort of a Notion page!
* Document as you go! The agent identifies special syntax to run commands, so feel free to use the rest of the Notion page to document your operation.
* Collaborative by design! Notion allows for multiple people to edit and view your notes. Your listener page can handle multiple agents and you can invite your red team friends to your page. Congratulations, that’s a teamserver!
* Mobile C2! Use the Notion application from your mobile device to issue commands to your agents from anywhere in the world.
* Stealth! C2 comms ride over the Notion API natively. Your C2 traffic looks like someone is using Notion for its intended purpose.

Quickstart TL;DRHow do I get this thing working so I can see what it can do?

1. Make a Notion account
2. Go to the Notion API developer page and log in. Create an Integration user (New integration). Copy that user’s API key.
3. Create a page in your Notion book (any page will do). This is your “Listener.” Copy the final part of the URL or press ctl+L in the Desktop app. This is your parent page ID. Keep track of it for a moment. Deck out your page with a banner and emoji icon. Have fun with it.
4. In the upper-right corner of your Notion page, click “Share” and “Invite.” Add your Notion Developer API account to this page.
5. Download the Linux Debug agent from the Release section.
6. Run the release agent in debug mode (-d) and input the values for each prompt.

husky@ubuntu:~/Desktop/OffensiveNotion/bin/linux_debug/debug$ ./offensive_notion -d
[] Starting! Getting config options! [] Enter agent sleep interval > 5
[] Enter agent jitter time > 0 [] Enter parent page id > […your parent page ID..]
[] Enter API Key > […your API key…] [] Enter Config File Path >
[leave blank]
[*] Enter Log Level (1-4) >
2

* Your agent should now check into your Listener page:
* Run commands! Make a To-Do block (/todo in the Notion app), enter shell whoami 🎯, and watch the magic unfold. DockerThe best way to build the OffensiveNotion agent with your own custom configurations is with Docker and the main.pyscript. This acts as the turn-key point for the entire operation.

With two Docker commands, you can build the container that compiles the agent, set all of its configs in the source code, compile it, and have it available on your physical host. Then, you can run the commands again and change the configs if you want. Building and Running the ContainerThis works best on Linux. You’ll need Docker, of course. Once you have Docker installed, clone the repo and change dirs into the repo. Docker BuildTo build the container:

$ sudo docker image build -t offensivenotion . Docker RunUse this Docker run command as a base:

$ sudo docker rm -f offensivenotion && sudo docker container run -v $(pwd):/out –name offensivenotion -it offensivenotion -o linux -b release

…[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Cloak : A Censorship Circumvention Tool To Evade Detection By Authoritarian State Adversaries

Cloak is a pluggable transport that enhances traditional proxy tools like OpenVPN to evade sophisticated censorship and data discrimination.

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 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 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. Buildgit clone https://github.com/cbeuw/Cloak
cd Cloak
go get ./…
make ConfigurationExamples of configuration files can be found under example_configfolder. ServerRedirAddris 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) BindAddris a list of addresses Cloak will bind and listen to (e.g. [":443",":80"]to listen to port 443 and 80 on all interfaces) ProxyBookis an object whose key is the name of the ProxyMethod used on the client-side (case-sensitive). Its value is an array whose first element is the protocol, and the second element is an IP:PORTstring of the upstream proxy server that Cloak will forward the traffic to.

Example:

{
“ProxyBook”: {
“shadowsocks”: [
“tcp”,
“localhost:51443”
],
“openvpn”: [
“tcp”,
“localhost:12345”
]
}
} PrivateKeyis the static curve25519 Diffie-Hellman private key encoded in base64. BypassUIDis a list of UIDs that are authorised without any bandwidth or credit limit restrictions AdminUIDis the UID of the admin user in base64. You can leave this empty if you only ever add users to BypassUID. DatabasePathis the path to userinfo.db, which is used to store user usage information and restrictions. Cloak will create the file automatically if it doesn’t exist. You can leave this empty if you only ever add users to BypassUID. This field also has no effect if AdminUIDisn’t a valid UID or is empty. KeepAliveis the number of seconds to tell the OS to wait after no activity before sending TCP KeepAlive probes to the upstream proxy server. Zero or nega[...]

___________________________
@hacking_Attack
@Hacking_Video
From Wayback to Account Takeover

Hi, I would like to share how Wayback Machine leads to limited Account Takeover.Continue reading on Medium »
Read more...
Hi, today I will share how I was able to access internal data of https://weathercommunity.ibm.com using salesforce misconfiguration.Continue reading on Medium » (https://medium.com/@mohamedtaha_42562/how-i-was-able-to-access-ibm-internal-documents-a33858387d30?source=rss------bug_bounty-5)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Web3: Introduction and How to Start

Web3 is a newfound technology and it’s claimed that it can greatly increase the security on the websites using it. In fact web3 is a new…Continue reading on Medium »
Read more...
Please help me with setting up this VMware
https://www.reddit.com/r/Pentesting/comments/ut6a2n/please_help_me_with_setting_up_this_vmware/

https://youtu.be/qlK174d_uu8?t=1318 I am trying to use this youtube guide on beginner pentesting and in the setup for the VMware there is a file used at 00:21:58 and I have no idea where to get it. I really want to do this, but I need this file to set it up. Please anyone help I have already tried reaching out in their discord but to no avail. submitted by /u/pmmethecarfax (https://www.reddit.com/user/pmmethecarfax)
[link] (https://www.reddit.com/r/Pentesting/comments/ut6a2n/please_help_me_with_setting_up_this_vmware/) [comments] (https://www.reddit.com/r/Pentesting/comments/ut6a2n/please_help_me_with_setting_up_this_vmware/)

___________________________
@hacking_Attack
@Hacking_Video