• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

SQLi/Dork Sqli Dumper PHP (1 Viewer)

Currently reading:
 SQLi/Dork Sqli Dumper PHP (1 Viewer)

Recently searched:

Sihara

Member
LV
0
Joined
Oct 25, 2023
Threads
6
Likes
3
Credits
365©
Cash
0$
Install with cmd or termux

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);
?>
```

List user
 

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.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom