add bugfix
This commit is contained in:
@@ -8,9 +8,7 @@ import json
|
|||||||
|
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
import arjun.core.config as mem
|
import arjun.core.config as mem
|
||||||
from arjun.core.bruter import bruter
|
|
||||||
from arjun.core.exporter import exporter
|
from arjun.core.exporter import exporter
|
||||||
from arjun.core.requester import requester
|
|
||||||
from arjun.core.anomaly import define, compare
|
from arjun.core.anomaly import define, compare
|
||||||
from arjun.core.utils import fetch_params, stable_request, random_str, slicer, confirm, populate, reader, nullify, prepare_requests, compatible_path
|
from arjun.core.utils import fetch_params, stable_request, random_str, slicer, confirm, populate, reader, nullify, prepare_requests, compatible_path
|
||||||
|
|
||||||
@@ -57,6 +55,8 @@ except ImportError:
|
|||||||
|
|
||||||
mem.var = vars(args)
|
mem.var = vars(args)
|
||||||
|
|
||||||
|
print(mem.var)
|
||||||
|
|
||||||
mem.var['method'] = mem.var['method'].upper()
|
mem.var['method'] = mem.var['method'].upper()
|
||||||
|
|
||||||
if mem.var['method'] != 'GET':
|
if mem.var['method'] != 'GET':
|
||||||
@@ -89,6 +89,8 @@ if len(wordlist) < mem.var['chunks']:
|
|||||||
if not args.url and not args.import_file:
|
if not args.url and not args.import_file:
|
||||||
exit('%s No target(s) specified' % bad)
|
exit('%s No target(s) specified' % bad)
|
||||||
|
|
||||||
|
from arjun.core.requester import requester
|
||||||
|
from arjun.core.bruter import bruter
|
||||||
|
|
||||||
def narrower(request, factors, param_groups):
|
def narrower(request, factors, param_groups):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user