DCSIMG
עמוד הבית| חבילות השירות שלנו| חומר חופשי| צור קשר
SQL Injection - בלוג היועצים של מיקרוסופט ישראל

בלוג היועצים של מיקרוסופט ישראל

Browse by Tags

All Tags » SQL Injection (RSS)
First and Second Aid for SQL Injection
Recently, while I visited a new customer, someone rushed to the room shouting – someone had hacked our site. Even though this was not the purpose of my visit, I tried to find a first aid to this situation. It was clear that the hacker had used SQL Injection to add update statements to simple selects. After short review I found out that the service that run ASP code was using sysadmin privileges L . The solution was simple; we reduce the privileges of this account by adding the account to the db_datareader...