From the course: Ethical Hacking: Hacking Web Servers and Web Applications
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Testing with Uniscan
From the course: Ethical Hacking: Hacking Web Servers and Web Applications
Testing with Uniscan
- Another tool we can use for testing is Uniscan. Which comes preloaded in Kali. It's relatively simple to use. To run Uniscan, we simply point it a web server using the minus u switch. Ill test the zero bank with a quick check of what type of server it is. Its detected the web application is running on an Apache Coyote 1.1 web server. If we run this again with the additional switches minus q,w,e,d,s, we'll get a more extensive report of folders, files and some standard tests. Uniscan starts by numerating the site and providing some basic information as it goes. We can see that it's found the folders admin, docs and arrows. And some standard pages and files. Uniscan is loaded based on the website in numeration, a number of testing plug-ins. These include a plug-in for identifying source code and one to extract email addresses. We can see that we found some source code files and emails. The external host detector…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.