Python3 🐍 (@hackfolio) 's Twitter Profile
Python3 🐍

@hackfolio

Humanitarian | Ethical Hacker| Software Developer. I React with Python❤

ID: 971400815331115013

calendar_today07-03-2018 15:02:56

1,1K Tweet

3,3K Takipçi

357 Takip Edilen

Sam Curry (@samwcyo) 's Twitter Profile Photo

We recently found a vulnerability affecting Hyundai and Genesis vehicles where we could remotely control the locks, engine, horn, headlights, and trunk of vehicles made after 2012. To explain how it worked and how we found it, we have ꙅɿɘƚɔɘqꙅ as our mock car thief:

We recently found a vulnerability affecting Hyundai and Genesis vehicles where we could remotely control the locks, engine, horn, headlights, and trunk of vehicles made after 2012.

To explain how it worked and how we found it, we have <a href="/_specters_/">ꙅɿɘƚɔɘqꙅ</a> as our mock car thief:
Sam Curry (@samwcyo) 's Twitter Profile Photo

More car hacking! Earlier this year, we were able to remotely unlock, start, locate, flash, and honk any remotely connected Honda, Nissan, Infiniti, and Acura vehicles, completely unauthorized, knowing only the VIN number of the car. Here's how we found it, and how it works:

More car hacking!

Earlier this year, we were able to remotely unlock, start, locate, flash, and honk any remotely connected Honda, Nissan, Infiniti, and Acura vehicles, completely unauthorized, knowing only the VIN number of the car.

Here's how we found it, and how it works:
Matt Kelly (@breakersall) 's Twitter Profile Photo

How to do a $50k social engineering pentest in a couple minutes via OpenAI playground. 1/2: Create a EC2 instance with EvilGenX 3. Limit your firewall via iptables to only accept target IP addresses 4. Purchase a domain 🧵 1/2

How to do a $50k social engineering pentest in a couple minutes via OpenAI playground.
1/2: Create a EC2 instance with EvilGenX
3. Limit your firewall via iptables to only accept target IP addresses
4. Purchase a domain

🧵 1/2
Osmedeus (@osmedeusengine) 's Twitter Profile Photo

🚀 Osmedeus v4.2.0 has been released with a new template engine. The workflow now supports dynamic threads, allowing you to slow down and speed up the scan based on your demands. github.com/j3ssie/osmedeu… #security #infosec #osint #recon #attacksurface #bugbounty #bugbountytips

🚀 Osmedeus v4.2.0 has been released with a new template engine.
The workflow now supports dynamic threads, allowing you to slow down and speed up the scan based on your demands.

github.com/j3ssie/osmedeu…

#security #infosec #osint #recon #attacksurface #bugbounty #bugbountytips
OffSec (@offsectraining) 's Twitter Profile Photo

We've provided tips and resources you can use to prepare for the #OSCP. All in one place. Download the e-book: offs.ec/3BEpfkg #pen200 #penetrationtesting #cybersecuritytraining #ethicalhacking #roadtooscp #oscp

We've provided tips and resources you can use to prepare for the #OSCP. 

All in one place. 

Download the e-book: offs.ec/3BEpfkg

#pen200 #penetrationtesting #cybersecuritytraining #ethicalhacking #roadtooscp #oscp
Ninad Mishra (@ninadmishra5) 's Twitter Profile Photo

This is how to find sql-Injection 100% of the time For site.com/?q=HERE /?q=1 /?q=1' /?q=1" /?q=[1] /?q[]=1 /?q=1` /?q=1\ /?q=1/*'*/ /?q=1/*!1111'*/ /?q=1'||'asd'||' <== concat string /?q=1' or '1'='1 /?q=1 or 1=1 /?q='or''=' credit:Today Cyber News #BugBountyTips

cje (@caseyjohnellis) 's Twitter Profile Photo

For those freshly interested in offensive ML/AI/GAI, this primer from Katie Paxton-Fear at bugcrowd #levelup0x07 continues to be *awesome* - Introduction to AI & Machine Learning - w/InsiderPhD bit.ly/41oTLZH

HackerRats - Uncle Rat ❤️ (XSS Rat) (@thexssrat) 's Twitter Profile Photo

100 tools every self respecting web app hacker should know Burp Suite OWASP ZAP Metasploit Framework sqlmap Nmap Dirbuster WPScan Arachni BeEF Hydra XSSer Sqlninja Cain and Abel Netcat THC Hydra Nikto Skipfish Vega sqlsus John the Ripper THC-SSL-DOS Sublist3r Wfuzz Shodan

Longevity Dad (@longevitydad) 's Twitter Profile Photo

ChatGPT is in trouble. Google's free competitor Bard just got a MASSIVE new update. Here's 8 things Bard can do that ChatGPT can't:

Rez . codes with AI (@rezkhere) 's Twitter Profile Photo

AI just killed Excel. No more complex formulas and watching 10-hour tutorials. Introducing Rows, the only AI Excel tool you will ever need (It's 100% free) 👇

TCM Security (@tcmsecurity) 's Twitter Profile Photo

Are you familiar with Local File Inclusion (LFI) & how attackers use it to exploit your defenses? Understanding LFI and how to mitigate it is an integral part of managing cyber risks. Find out more in today's blog, "An Introduction to File Inclusion." tcm-sec.com/local-file-inc…

Are you familiar with Local File Inclusion (LFI) &amp; how attackers use it to exploit your defenses? Understanding LFI and how to mitigate it is an integral part of managing cyber risks. 

Find out more in today's blog, "An Introduction to File Inclusion." 

tcm-sec.com/local-file-inc…
Rez . codes with AI (@rezkhere) 's Twitter Profile Photo

No more hours of video editing. ChatGPT can now create a video commercial with the script, voice-over, music and everything with just two prompts. I will show you how in 4 easy steps 👇

Hakin9 (@hakin9) 's Twitter Profile Photo

Pretend to be busy or waiting for your computer when you should actually be doing real work! hakin9.org/genact-a-nonse… #infosec #cybersecurity #redteam #pentest #pentesting #hacking #hackers #coding #opensource #Linux #windows

Hakin9 (@hakin9) 's Twitter Profile Photo

Everything you need to know to understand basics of OSINT Read here: hakin9.org/product/future… #infosec #cybersecurity #redteam #pentest #pentesting #hacking #hackers #coding #opensource #Linux #windows

🇸🇦 ROOD | GOAT (@0x_rood) 's Twitter Profile Photo

some ways to bypass 403 1- using space symbols exmaple: /admin -> 403 /admin%09 -> 200 /admin%20 -> 200 2- use traversal Example: /admin -> 403 /..;/admin -> 200 you can fuzz with traversal sometimes that's end with results Example: /..;/FUZZ #bugbountytips #BugBounty

some ways to bypass 403

1- using space symbols
exmaple:
/admin -&gt; 403
/admin%09 -&gt; 200
/admin%20 -&gt; 200

2- use traversal
Example:
/admin -&gt; 403
/..;/admin -&gt; 200

you can fuzz with traversal sometimes that's end with results

Example: /..;/FUZZ

#bugbountytips #BugBounty