• Register now to get access to thousands of Tutorials, Leaked content, Hot NSFW and much more. Join us as we build and grow the community.

SQLi/Dork Sqli Dumper PHP

Santaliz

SERP Spy
S Rep
0
0
0
Rep
0
S Vouches
0
0
0
Vouches
0
Posts
95
Likes
91
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2 700 XP
Install with cmd or termux
Code:
Code:
```php
<?php
$xmlContent = <<<XML
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
<output url="file://\$MODULE_DIR$/target/classes" />
<output-test url="file://\$MODULE_DIR$/target/test-classes" />
<content url="file://\$MODULE_DIR$">
<sourceFolder url="file://\$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://\$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://\$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://\$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" scope="PROVIDED" name="ojdbc7" level="project" />
<orderEntry type="library" name="ojdbc71" level="project" />
</component>
</module>
XML;
// If you want to echo it out
echo $xmlContent;
// If you want to save it to a file
file_put_contents('module_config.xml', $xmlContent);
?>
```
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

452,512

356,407

356,429

Top
Raidforums