mirror of https://github.com/1N3/Sn1per.git
Sn1per
This commit is contained in:
parent
15257a8cdf
commit
b56d6ea5c8
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
# Default ignored files
|
||||||
|
/workspace.xml
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JavaScriptSettings">
|
||||||
|
<option name="languageLevel" value="ES6" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/Sn1per.iml" filepath="$PROJECT_DIR$/.idea/Sn1per.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
|
|
@ -18,9 +18,9 @@ echo -e "$RESET"
|
||||||
echo -e "$OKORANGE + -- --=[https://xerosecurity.com$RESET"
|
echo -e "$OKORANGE + -- --=[https://xerosecurity.com$RESET"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
INSTALL_DIR=/usr/share/sniper
|
INSTALL_DIR=/root/Sn1per
|
||||||
LOOT_DIR=/usr/share/sniper/loot
|
LOOT_DIR=/root/Sn1per
|
||||||
PLUGINS_DIR=/usr/share/sniper/plugins
|
PLUGINS_DIR=/root/Sn1per
|
||||||
GO_DIR=~/go/bin
|
GO_DIR=~/go/bin
|
||||||
|
|
||||||
echo -e "$OKGREEN + -- --=[This script will install sniper under $INSTALL_DIR. Are you sure you want to continue? (Hit Ctrl+C to exit)$RESET"
|
echo -e "$OKGREEN + -- --=[This script will install sniper under $INSTALL_DIR. Are you sure you want to continue? (Hit Ctrl+C to exit)$RESET"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue