This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Riskforge\Entities; | |
use Doctrine\ORM\Mapping as ORM; | |
use JMS\Serializer\Annotation as Serializer; | |
use Hateoas\Configuration\Annotation as Hateoas; | |
/** | |
* @Serializer\XmlRoot("asset") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
below the wp_plugins.txt file was used from original cms-explorer package. | |
xargs -a wp_plugins.txt -P5 -I XXX bash -c "result=\$(curl -If \"http://targetsite.com/XXX\" | grep \"200 OK\"); if [ \$(expr match \"\$result\" \".*200 OK.*\") != \"0\" ]; then echo \"Existe....: XXX\"; else echo \"Nao Existe: XXX\"; fi" > resultado-targetsite.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" syntax highlighting | |
set bg=light | |
syntax on | |
set ruler | |
set number | |
set smarttab | |
set fileformats=unix,dos,mac " support all three, in this order | |
set formatoptions=tcqor " t=text, c=comments, q=format with "gq", o,r=autoinsert comment leader | |
set cindent " indent on cinwords |