SecurityRatty :: tag: scripts
Featured Articles :: IT toolbox: Scripts for streamlining VMware ESX :: Understanding remote scripting: Managing Windows networks using scripts, Part 9 :: Matt Asay again shows that he doesn't know much about open source security :: Enabling hierarchical nant builds :: Enabling hierarchical nant builds :: Enabling hierarchical nant builds :: Automating web application security testing :: The Zeus Crimeware Kit Vulnerable to Remotely Exploitable Flaw :: Planning for Failure :: Setting file ACLs with PowerShell part 4
VMware ESX can be customized by executing scripts. Learn to control availability and system transparency, and how to use the VI3 SDK to write your own scripts with this tip
...scripts -- but sometimes we hit a wall when we do this. Learning the fundamentals can often help us avoid the wall. In this tip from his series on managing Windows networks using scripts, Mitch Tulloch describes the fundamentals of remote scripting, focusing on the process of connecting to the remote computer and then running the script
...scripts which run in Nessus, which are likewise no longer and some say never were open sourced. I know Ron Gula pretty well and understand perfectly why Nessus is no longer under a GPL license for a few years now. I also understand the economics and reasons why they would charge for their NASL feed. I think it is good business and more power...
...scripts are run with tasks, and they see those properties. But if I want to drill down into the tree and run one of the build scripts lower down, suddenly there's problems because it depends on properties that are only defined in the root script. I really like being able to run builds from anywhere in the tree for perf - if I'm trying to fix...
...scripts are run with tasks, and they see those properties. But if I want to drill down into the tree and run one of the build scripts lower down, suddenly there's problems because it depends on properties that are only defined in the root script. I really like being able to run builds from anywhere in the tree for perf - if I'm trying to fix...
...scripts are run with tasks, and they see those properties. But if I want to drill down into the tree and run one of the build scripts lower down, suddenly there's problems because it depends on properties that are only defined in the root script. I really like being able to run builds from anywhere in the tree for perf - if I'm trying to fix...
...scripts to perform unauthorized actions in the context of the victim's web session. Any web application that serves documents that include data from untrusted sources could be vulnerable to XSS if the untrusted data is not appropriately sanitized. A web application that is vulnerable to XSS can be exploited in two major ways
Stored XSS -...
...scripts (web shells and backdoors) from the directory in which it stores the stolen data. Ironically, "Zeus users are advised to take care of their directory permissions, and forbid the execution of scripts from the folder holding all the encrypted stolen information
The implications of this flaw are huge, since, what used to be the practice...
...scripts in place that will reinstall your web applications as soon as the sysadmin plugs in a new box with a fresh, blank, patched OS
I happen to be using PowerShell to build some of this out for Pluralsight, and hey, like most of us, I'm still learning it