foulany (@tenzensow) 's Twitter Profile
foulany

@tenzensow

I am a junior Information Security 🇲🇷

ID: 1128358256542474241

calendar_today14-05-2019 17:55:47

2,2K Tweet

149 Followers

1,1K Following

Abdulrahman Makki | عبدالرحمن مكي (@amakki1337) 's Twitter Profile Photo

#bugbountytips Sometimes when you visit a website using burp suite cloudflare stops you, but when you disable the proxy it works. here is how to bypass it using burp suite ✍️ Enable match and replace with the following: pastebin.com/raw/HRZzeZLJ #Cloudflare #BugBounty

#bugbountytips

Sometimes when you visit a website using burp suite cloudflare stops you, but when you disable the proxy it works. here is how to bypass it using burp suite ✍️

Enable match and replace with the following:
pastebin.com/raw/HRZzeZLJ

 #Cloudflare #BugBounty
Paul Seekamp (@nullenc0de) 's Twitter Profile Photo

I just found an unbelievable number of unauthorized API endpoints using this 1 liner. katana -u $url -hl -nos -jc -silent -aff -kf all,robotstxt,sitemapxml -c 150 -fs fqdn |subjs | python3 /opt/JSA/jsa.py |goverview probe -N -c 500 |sort -u -t';' -k2,14 |cut -d ';' -f1

Bipin Jitiya (@win3zz) 's Twitter Profile Photo

Tools that make my #InfoSec life easy🕵️‍♂️ AFL Burp Suite checkov dirsearch Frida httpx IDA jadx-gui John The Ripper Linux utilities (Netcat/nc, curl, gdb, sed, man, BusyBox, nohup, etc) Metasploit mimikatz MobSF Nessus ngrok Nmap SQLmap WireShark Ysoserial Know more tools? Reply👇

🇷🇴 cristi (@cristivlad25) 's Twitter Profile Photo

7. Read the entire writeup below. #pentesting #infosec #appsec #cybersecurity #ethicalhacking #bugbounty #hacking cristivlad.medium.com/exfiltrating-a…

Deepak bug_vs_me (@bug_vs_me) 's Twitter Profile Photo

whenever you saw any email input field! 70% bug hunters don't try XSS there as compared to name field. always try this in email input field! "<img/src/onerror=alert(0)"Josh Holly.com This don't work every time but give it a try found 2 XSS today using this! #bugbountytips

Firas 🐘 (@retkoussa) 's Twitter Profile Photo

Are you tired of the tedious process of installing your bug bounty tools every time you start fresh? 🔍 With reFresh, you can automate the installation of top tools from industry legends like TomNomNom, ProjectDiscovery, Luke Stephens (hakluke), and / XNL -н4cĸ3r (and @xnl-h4ck3r in the new Sky) 💻 github.com/retkoussa/reFr…

Nikhil (@ox4d5a) 's Twitter Profile Photo

GIVEAWAY of my new course "Windows Services for Red Teamers" to 5 people who liked and retweeted this tweet. Winners will be picked on wednesday. redteamsorcery.teachable.com/p/windows-serv… #infosec #Malware #redteam #windows

GIVEAWAY of my new course "Windows Services for Red Teamers" to 5 people who liked and retweeted this tweet.
Winners will be picked on wednesday.

redteamsorcery.teachable.com/p/windows-serv…

#infosec #Malware #redteam #windows
N$ (@nav1n0x) 's Twitter Profile Photo

Final payload: ``0'XOR(if(now()=sysdate(),sleep(4*4),0))XOR'Z.php``. Worth to note: I still couldn't find the if there a real SQL injection or no, both Ghauri and SQLMap fails to detect any possible injections. The Lord WAF is too strong there...

Godfather Orwa 🇯🇴 (@godfatherorwa) 's Twitter Profile Photo

#bugbountytip #bugbountytips i found phpmyadmin template on nuclei phpmyadmin-setup.yaml next step edit that template for /admin/ template endpoint was [/pma/setup/index.php] i found 2 on [/admin/pma/setup/index.php] happy hunting ♥ #BugBounty

#bugbountytip #bugbountytips 

i found phpmyadmin template on nuclei
phpmyadmin-setup.yaml

next step edit that template for 
/admin/

template endpoint was [/pma/setup/index.php]
i found 2 on [/admin/pma/setup/index.php]

happy hunting ♥
#BugBounty
Paul Seekamp (@nullenc0de) 's Twitter Profile Photo

Trouble figuring out which ASN belongs to a company? This should help ensure you found the correct one.👇 echo tesla .com |subfinder |dnsx -silent -resp-only |sort -u |asnmap -json -silent | jq -r '. | select(.as_name | test("(?i)tesla[a-z]{0,10}$")) | .as_range[]' |sort -u