server

NextJs Server Actions: Why and How

NextJs Server Actions: Why and How

What is a Server Action? A server action is a function that runs on the server side of an application. It is used to fetch data from an API and render it on the server side. This is useful for SEO purposes because it allows search engines to index the content of your website. What are NextJs Server Actions? NextJs is a React framework that allows you to build server-side rendered applications. NextJs server actions are functions that run on the server side of a NextJs application. They allow you to execute server-side code during the request lifecycle, giving you…
Read More
Server side (vulnerability scanning)

Server side (vulnerability scanning)

Ethical HackingVisit the github project: https://github.com/samglish/ServerSide Tools Skipfish Owasp Disrbuster Webslayer Nmap Nessus The first scanner we will use Nmap to see the services running, launch nmap. nmap -sV 145.14.145.161 Enter fullscreen mode Exit fullscreen mode output Starting Nmap 7.91 ( https://nmap.org ) at 2024-07-04 22:50 WAT Nmap scan report for 145.14.145.161 Host is up (0.28s latency). Not shown: 997 filtered ports PORT STATE SERVICE VERSION 21/tcp open ftp? 80/tcp open http awex 443/tcp open ssl/https awex 2 services unrecognized despite returning data. If you know the service/version, please submit the following fingerprints at https://nmap.org/cgi-bin/submit.cgi?new-service : Enter fullscreen mode Exit…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.