Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisamTechnology authored Nov 14, 2018
1 parent 0a9c507 commit edaada9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<td class="main"> Post and Get forms. See examples </td>
</tr>
<tr>
<td width="200px" class="main">--vShell</td>
<td width="200px" class="main">--vshell</td>
<td class="main"> Validate by url</td>
</tr>
<tr>
Expand Down Expand Up @@ -502,8 +502,8 @@
<hr>
&#x25cf; <b>DATA:</b> <br/>
Data: atscan -t [target] --data "field1=>value1, field2=>value2, field3=>value3" [--post / --get / --upload]<br/>
Exploit: --exp/expHost <exploit> --data "field1=>value1, field2=>value2, field3=>value3" --vShell [shell path] -v [string] / --status [code] [--post / --get / --upload] <br/>
Wordlist: --data "field1=>value1, field2=>WORDLIST:<wordlist path>" --vShell [shell path] -v [string] / --status [code] [--post / --get / --upload] <br/>
Exploit: --exp/expHost <exploit> --data "field1=>value1, field2=>value2, field3=>value3" --vshell [shell path] -v [string] / --status [code] [--post / --get / --upload] <br/>
Wordlist: --data "field1=>value1, field2=>WORDLIST:<wordlist path>" --vshell [shell path] -v [string] / --status [code] [--post / --get / --upload] <br/>
<hr>
&#x25cf; <b>EXTERNAL COMMANDES:</b> <br/>
atscan --dork [dork / dorks.txt] --level [level] --command "curl -v --TARGET" <br/>
Expand Down Expand Up @@ -531,7 +531,7 @@
<hr>
&#x25cf; <b>SCAN VALIDATION: </b><br/>
atscan -t [target / targets.txt] [--status [code] / --valid [string] <br/>
atscan -t [target / targets.txt] --vShell [file path] <br/>
atscan -t [target / targets.txt] --vshell [file path] <br/>
atscan -d [dork / dorks.txt] -l [level] --exp/expHost [payload] --status [code] / --valid [string] <br/>
atscan -d [dorks.txt] -l [level] --replace [string => new_string] --status [code] / --valid [string] <br/>
atscan -d [dork / dorks.txt] -l [level] [--admin / --sql ..] --status [code] / --valid [string] <br/>
Expand Down
2 changes: 1 addition & 1 deletion inc/conf/user/atscan
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _atscan()
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="-v -s -e -h -l -d -p -t -m -c --interactive --target --source --motor --config --ping --freq --status --zone --none --notin --expHost --expIp --valid --tool --wp --joom --sql --lfi --joomrfi
--wpafd --admin --shost --upload --zip --email --command --md5 --encode64 --decode64 --port --index --host --exp --tcp --udp --full --proxy --proxy-random --help --save --replace --with --dork
--level --unique --shell --nobanner --vShell --beep --ifinurl --noinfo --time --limit --update --ip --regex --sregex --noquery --ifend --uninstall --post --get --b-random --data --payload --m-random
--level --unique --shell --nobanner --vshell --beep --ifinurl --noinfo --time --limit --update --ip --regex --sregex --noquery --ifend --uninstall --post --get --b-random --data --payload --m-random
--content --source"

if [[ ${cur} == -* ]] ; then
Expand Down
4 changes: 2 additions & 2 deletions inc/conf/version.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ATSCAN SCANNER VERSION 13.3.0 RELEASE
=====================================================
CHANGES: 09/08/2018
- Fix server domains scan process.
CHANGES: 14/11/2018
- Optimization.
- Enjoy!
=================
4 changes: 2 additions & 2 deletions inc/help.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@

ltak(); print $c[12]." SCAN VALIDATION: \n".$c[10]
." atscan -t <target | targets.txt> [--status <code> | --valid <string>] \n"
." atscan -t <target | targets.txt> --vShell <path> \n"
." atscan -t <target | targets.txt> --vshell <path> \n"
." atscan -t <target | targets.txt> [--status <code> | --valid <string> --none] \n"
." atscan -d <dork | dorks.txt> -l <level> --exp/expHost <payload> --status <code> | --valid <string> \n"
." atscan -d <dorks.txt> -l <level> --replace \"string \=\> new_string\" --status <code> | --valid <string> \n"
." atscan -d <dork | dorks.txt> -l <level> [--admin | --sql ..] --status <code> | --valid <string> \n"
." atscan -d <dorks.txt> -l <level> --replace \"string \=\> new_string\" --status <code> | --valid <string>\n"
." atscan -d <dorks.txt> -l <level> --replaceFROM \"string \=\> new_string\" --status <code> | --valid <string>\n"
." atscan -d <dorks.txt> -l <level> --replace \"string \=\> new_string\" --exp/expHost <payload> --status <code> | --valid <string>\n"
." atscan -d <dorks.txt> --exp <exploit> --data \"username\=\>john\, pass\=\>1234\" --post --vShell <path> | -v <string> | --status <code> \n"
." atscan -d <dorks.txt> --exp <exploit> --data \"username\=\>john\, pass\=\>1234\" --post --vshell <path> | -v <string> | --status <code> \n"
." atscan -d <dork | dorks.txt> -l <level> [--sql | --shost ..] --status <code> | --valid <string> \n\n";

ltak(); print $c[12]." UPDATE TOOL: \n".$c[10]." --update\n";
Expand Down
4 changes: 2 additions & 2 deletions inc/interactive/values.pl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
%INTERdork=("dork"=>"search dork");

## ALL ARGUMENTS
our %ARGUMENTSALL=("status"=>"status code", "valid"=>"content by string", "vShell"=>"validate by url", "exp"=>"exploit", "proxy"=>"use proxy", "proxy-random"=>"random proxy", "save"=>"output file",
our %ARGUMENTSALL=("status"=>"status code", "valid"=>"content by string", "vshell"=>"validate by url", "exp"=>"exploit", "proxy"=>"use proxy", "proxy-random"=>"random proxy", "save"=>"output file",
"replace"=>"Exact string replace", "replaceFROM"=>"full string replace", "ifinurl"=>"valid url by string", "noquery"=>"remove query string", "b-random"=>"random browser",
"content"=>"response content", "expHost"=>"exploit host", "expIp"=>"exploit target ip", "timeout"=>"browser time out", "host"=>"host name");
our @ARGUMENTSALL=('status', 'valid','vShell', 'exp', 'proxy', 'proxy-random', 'save', 'replace', 'replaceFROM', 'ifinurl', 'noquery', 'b-random', 'content', 'expHost', 'expIp', 'timeout', 'host');
our @ARGUMENTSALL=('status', 'valid', '', 'exp', 'proxy', 'proxy-random', 'save', 'replace', 'replaceFROM', 'ifinurl', 'noquery', 'b-random', 'content', 'expHost', 'expIp', 'timeout', 'host');

## NOT REQUIRE A VALUE
our @NoValRequierd=('none', 'host', 'tcp', 'udp', 'full', 'unique', 'nobanner', 'beep', 'noinfo', 'update', 'ip', 'noquery', 'ifend', 'post', 'get', 'b-random', 'm-random', 'content', 'ping',
Expand Down

0 comments on commit edaada9

Please sign in to comment.