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
Intigriti’s PHP challenge breakdown

Let’s discuss issues with the PHP code shared by Initgriti! We will discuss on how you can shoot yourself in the foot with PHP’s…Continue reading on Medium »
Read more...
Php-Jpeg-Injector - Injects Php Payloads Into Jpeg Images

Injects php payloads into jpeg images. Related to this post. Use Case You have a web application that runs a jpeg image through PHP's GD graphics library. Description This script injects PHP code into a specified jpeg image. The web application will execute the payload if it interprets the image. Make sure your input jpeg is uncompressed!Usage python3 gd-jpeg.py JPEG PAYLOAD OUTPUT\_JPEG e.g. python3 gd-jpeg.py cat.jpeg 'GET["cmd"]);?>' infected\cat.jpeg How it works PHP code is injected in the null/garbage (brown) space after the scan header: The new infected jpeg is run through PHP's gd-library. PHP interprets the payload injected in the jpeg and executes it. Download Php-Jpeg-Injector
Read more...

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
What is the purpose of metasploit if all of their exploits are known by most all anti-malware services?

I've been learning and working with metasploit in my own test environments lately and it's really helped me learn the process of exploitation and everything. But ive been noticing that metasploit really only works under very specific conditions such as windows7 devices and older that haven't been upgraded in a very long time, or for mobile devices if the target happens to allow 3rd party apps and actually clicks on the infected APK. On my test devices, even windows defender can pick up on all of this.

It seems that metasploit is really only meant to teach people about the concepts and really only works if the target laughably out of date or happens to have every single security control at zero.

Does metasploit really work in the wild? or is it really only confined to testing environments?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How does a mobile device exploit is created? How do vendors protect mobile devices?

Hello, I started my work with mobile forensics and security. We have a study fund and because I absolutely love my new job I want to be as knowledgable as I can get.

However, I am really struggling in finding books on these topics: 1. Security measures applied to their phones by different vendors (what is a locked bootloader and how it got locked, how some vendors prevent physical extractions of their devices from working, requiring a special da and auth files to unlock the bootloader, etc); 2. How are the exploits created, researched, applied to the device, how they work on the hardware level;

Same for iOS devices.

I appologies if this is not the sub for it, but I don't know which is :/

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Php-Jpeg-Injector - Injects Php Payloads Into Jpeg Images

http://3.bp.blogspot.com/-B7zRO87ZAgU/YP8gStMzIeI/AAAAAAAAorA/JE9sPBXEdD0OGt_8DyWIv_VRmx0zYV0-ACK4BGAYYCw/w640-h465/php-jpeg-injector_1-776367.jpeg
Injects php payloads into jpeg images. Related to this post.

Use Case

You have a web application that runs a jpeg image through PHP's GD graphics library.

Description

This script injects PHP code into a specified jpeg image. The web application will execute the payload if it interprets the image. Make sure your input jpeg is uncompressed!
Usage

python3 gd-jpeg.py [JPEG] [PAYLOAD] [OUTPUT_JPEG]

e.g. python3 gd-jpeg.py cat.jpeg '

How it works

PHP code is injected in the null/garbage (brown) space after the scan header:

http://3.bp.blogspot.com/-B7zRO87ZAgU/YP8gStMzIeI/AAAAAAAAorA/JE9sPBXEdD0OGt_8DyWIv_VRmx0zYV0-ACK4BGAYYCw/w640-h465/php-jpeg-injector_1-776367.jpeg

The new infected jpeg is run through PHP's gd-library. PHP interprets the payload injected in the jpeg and executes it.
Download Php-Jpeg-Injector

___________________________
@hacking_Attack
@Hacking_Video
What is BOLA? 3-digit bounty from Topcoder ($$$)

This write-up will be about Broken Object Level Authorization (BOLA), which is #1 topic of API Security 101 (OWASP).Continue reading on InfoSec Write-ups »
Read more...
Exploiting JWT to Account Takeover

Hey Cyberpunks, Ethical Kaps here, I’m back again with another powerful article. I hope you all are doing great in your life. Today we are…Continue reading on InfoSec Write-ups »
Read more...