Shodan 101

This entry is part 2 of 4 in the series Offensive Testing Enterprise Networks

Views: 17Shodan is a search engine for Internet-connected devices.It lets users search for various types of servers (webcams, routers, servers, etc.) connected to the internet using a variety of filters.Some have also described it as a search engine of service banners, which is metadata that the server sends back to the client.This can be information … Read more

Web Attacks

This entry is part 3 of 4 in the series Offensive Testing Enterprise Networks

Views: 12Enumeration & Brute Force Authentication enumeration is a fundamental aspect of security testing, concentrating specifically on the mechanisms that protect sensitive aspects of web applications; this process involves methodically inspecting various authentication components ranging from username validation to password policies and session management. Each of these elements is meticulously tested because they represent potential … Read more

ATTACKING COMMONLY USED SERVICES: PART_03 Exploiting FTP

This entry is part 4 of 4 in the series Offensive Testing Enterprise Networks

Views: 52By default, FTP service uses TCP port 21. However, it’s possible to modify the default port and run the ftp service using another TCP port. Basic FTP Commands Command Description ?/help print local help information append Append to a file ascii set ascii transfer type binary Set Binary transfer type bye/exit/quit Terminate ftp session … Read more