Posts

Showing posts from February, 2022

CYBER MONTH VIRTUAL EXPERIENCE BY UPGRADEMORE

Image
Question 1 So The objective of our first Question is to find the current user's Username, Server Hostname, Current Working Directory, and System Information. You can search on the Internet for Linux commands. Example: how to check current user in Linux. How to check server hostname in linux. Solution whoami hostname pwd uname -a Question 2 So The objective of This Question is to List all the Files and Folders of the current directory, then change your direction to Question-2 and Read a file name solved.txt. You can search on the Internet for Linux commands. Example: how to change the directory in Linux. how to read files in Linux. Solution cd Question-2 ls cat solved.txt Question 3 So The objective of This Question is to find a hidden file in Question-3 Folder and print its content or data. You can search on the Internet for Linux commands. Example: How to list hidden files in Linux. Solution cd Question-3 ls -al cat .solved.txt Question 4 So The objective of This Question is to Cr...

ETHICAL HACKING TOOLS AND RESOURCES

 INFORMATION GATHERING Website Information Gathering with metadata extraction using FOCA & Metagoofil. -by this we can find or see hidden information of company such as pdf xls etc filetype. -FOCA and metagoofil these are the tools  -foca is gui apps and metagoofilis cli. HOW TO INSTALL AND USE OSINT GATHERING TOOL SPIDERFOOT IN WINDOWS ,MAC OS, LINUX. WINDOWS -tool:- spiderfoot(spiderfoot.net) -it collect data from varios source like whois ,nslookup, reverse lookup, vulnerability etc.  -opensource tool it is based on cli and gui -prerequisites:-               python is installed -download spiderfoot and extract it. -goto folder of the spiderfoot ,here is one exe file open it or run it on local server. -it gives like 127.0.0.1:5555(copy and paste in browser) -go ahead LINUX -GITHUB REPO :-spiderfoot,NOTE:- python should be installed -step 1 pip install -r requirements.txt -rest of process is same as windows FIND SOCIAL MEDIA ACCOUNTS...