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
OTP Bypass {step to step}

Learn how OTP can bypass and report it to company's to get bounty |Continue reading on InfoSec Write-ups »
Read more...
Google Dork Series !!

I am Parshwa Bhavsar and I am starting new series of Google Dorks in which , I’ll mention some useful dorks.Continue reading on Medium »
Read more...
4-ZERO-3 - 403/401 Bypass Methods + Bash Automation

>_ Introduction 4-ZERO-3 Tool to bypass 403/401. This script contain all the possible techniques to do the same. NOTE : If you see multiple 200 Ok/bypasses as output, you must check the Content-Length. If the content-length is same for multiple 200 Ok/bypasses means false positive. Reason can be "301/302" or "../" Payload DON'T PANIC. Script will print cURL PAYLOAD if possible bypass found. >_ Preview >_ Help root@me_dheeraj:$ bash 403-bypass.sh -h >_ Usage / Modes Scan with specific payloads: --header Support HEADER based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --header --protocol Support PROTOCOL based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --protocol --port Support PORT based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --port --HTTPmethod Support HTTP Method based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod --encode Support URL Encoded bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --encode --SQLi Support MySQL mod_Security & libinjection bypasses/payloads \*\* New \*\* root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --SQLi Complete Scan {includes all exploits/payloads} for an endpoint --exploit root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --exploit Prerequisites apt install curl DebianDownload 4-ZERO-3
Read more...

___________________________
@hacking_Attack
@Hacking_Video
Unknown Process Running Express Server on port 49670
https://www.reddit.com/r/Pentesting/comments/r43gjp/unknown_process_running_express_server_on_port/

I found a node process running in Activity Monitor. It has the following files open cwd / txt HOME/.nvm/versions/node/v16.6.2/bin/node txt /usr/lib/dyld 0 ->0xa2975ade53f9c9ca 1 . . . 20 /dev/null 21 localhost:49670 It's parent process is java (880) which in turn was started by Code Helper (Renderer) which I think is Microsoft's visual studio. I scanned port 49670 with service discovery and got this PORT STATE SERVICE VERSION 49670/tcp open http Node.js Express framework |_http-title: Error Never noticed this process and curios if I should be worried about this or not, thanks :) submitted by /u/nova_outis (https://www.reddit.com/user/nova_outis)
[link] (https://www.reddit.com/r/Pentesting/comments/r43gjp/unknown_process_running_express_server_on_port/) [comments] (https://www.reddit.com/r/Pentesting/comments/r43gjp/unknown_process_running_express_server_on_port/)

___________________________
@hacking_Attack
@Hacking_Video
>_ Introduction 4-ZERO-3 Tool to bypass 403/401. This script contain all the possible techniques to do the same. NOTE : If you see multiple [200 Ok]/bypasses as output, you must check the Content-Length. If the content-length is same for multiple [200 Ok]/bypasses means false positive. Reason can be "301/302" or "../" [Payload] DON'T PANIC. Script will print cURL PAYLOAD if possible bypass found.
>_ Preview

___________________________
@hacking_Attack
@Hacking_Video
>_ Help root@me_dheeraj:$ bash 403-bypass.sh -h

___________________________
@hacking_Attack
@Hacking_Video
>_ Usage / Modes Scan with specific payloads: [ --header ] Support HEADER based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --header [ --protocol ] Support PROTOCOL based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --protocol [ --port ] Support PORT based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --port [ --HTTPmethod ] Support HTTP Method based bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --HTTPmethod [ --encode ] Support URL Encoded bypasses/payloads root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --encode [ --SQLi ] Support MySQL (https://www.kitploit.com/search/label/MySQL) mod_Security & libinjection (https://www.kitploit.com/search/label/Libinjection) bypasses/payloads [** New **] root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --SQLi Complete Scan (https://www.kitploit.com/search/label/Scan) {includes all exploits/payloads} for an endpoint [ --exploit ] root@me_dheeraj:$ bash 403-bypass.sh -u https://target.com/secret --exploit Prerequisites apt install curl [Debian]

Download 4-ZERO-3 (https://github.com/Dheerajmadhukar/4-ZERO-3)

___________________________
@hacking_Attack
@Hacking_Video