Mishal Abdullah

Gobuster - Finding Hideden Directories

Hacking

How To Find Hidden Directories In Web Pages. What is Gobuster ? Gobuster is a tool and helps us to find directories and files present in a website or a web app.It helps hackers to find the files and directories that are not linked any where is the website. Gobuster is also open-source and it works by sending HTTP requests to the website and enumerating the directory and file names.

7 Curl Commands That Every Developer Should Know!

Networking

What is a curl command Curl is a command line tool used to transfer data to and from the servers, using the supported protocols (HTTP, FTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP, or FILE).It is available on windows , MacOs and Linux. Uses of curl for downloading web images for downloading web pages for authentication SSL connections FTP uplaods To test the output of an API and more Syntax curl [options][URL.