Category: Web
-
Facebook Mass Invite to Like script
Read more: Facebook Mass Invite to Like scripttoday I wrote a script to help in sending an invitation to like your page this happens when you promote a post for your audience and they interact with your…
-
Google Drive Information Leak
Read more: Google Drive Information LeakGoogle Drive & Gmail attachments Leak This part of Google bounty program [IDOR] exploit to allow the attacker to leak your Google Drive files and this mean attacker could leak…
-
Automatic flight ticket script
Read more: Automatic flight ticket scriptpython script to demonstrate the splinter library this script keep searching till finding a ticket and book it 🙂 rest and wait your reservation number
-
underc0de 3 WalkThrough
Read more: underc0de 3 WalkThroughloaded the virtual machine and run netdiscover to get the machine IP oot@n1x:~# netdiscover Currently scanning: 192.168.39.0/16 | Screen View: Unique Hosts 4 Captured ARP Req/Rep packets, from 4 hosts.…
-
NGINX forward visitor real ip to apache
Read more: NGINX forward visitor real ip to apachelet’s assume u have NGINX on port 80 apache on port 8080 in nginx config -> sever config -> virtualhost config location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For…