The scan shows my web server is vulnerable with these below ones with no instructions on how to fix them
web resource /admin/actions globally detected
web resource /demo/index.jsp global detected
.....
Does any one know how to fix those vulnerabilities?
Thank you in advanced
v/r
Eirikr
In main.aspx page, i have a drop down list:
<asp:DropDownList ID="ddl" runat="server" DataSourceID="filter_datasource"
DataTextField="status"
DataValueField="status"
AppendDataBoundItems="True"
AutoPostBack="True"...
In main.aspx page, i have a drop down list:
<asp:DropDownList ID="ddl" runat="server" DataSourceID="filter_datasource"
DataTextField="status"
DataValueField="status"
AppendDataBoundItems="True"
AutoPostBack="True"...
hello all
i have a guest_link table with a column "contents" has value: <-- #include file="guest.inc" -->
in my asp code, i pull that data out of database
<%=contents%> and i expect it'll call that file.inc, but it does not.
Instead it gives me a text string printed on the screen <-- #include...
Having 4 tables
System has columns: id, sysName
PC has has columns: id, serialNum
Mac has has columns: id, macAddr
IP has has columns: id, ipAddr
Example:
System Serial Mac IP
Sys1 Ser1 Mac1 IP1
Sys1 Ser1 Mac2 IP2
How can I make the output like
Sys1 Ser1 “Mac1; Mac2” “IP1; IP2”...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.