Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug? #11

Open
687766616e opened this issue May 21, 2019 · 3 comments
Open

bug? #11

687766616e opened this issue May 21, 2019 · 3 comments

Comments

@687766616e
Copy link

python2 atlas.py -v -r -m GET -u "http://event.test.com.us/index.php/event/start/3" -p "3'"
[*] Starting at 05:32:27

[05:32:27] [INFO] testing connection to the target URL...
[05:32:27] [INFO] checking if the payload is blocked by some kind of WAF/IDS/IPS..
Traceback (most recent call last):
  File "atlas.py", line 265, in <module>
    atlas().main()
  File "atlas.py", line 201, in main
    url,method,data,kwargs
  File "atlas.py", line 32, in run
    for url in testable.run():
  File "/data/data/com.termux/files/home/atlas/lib/params.py", line 29, in run
    elif '=' not in self.url and '=' in self.data:self.post()
TypeError: argument of type 'NoneType' is not iterable
$
@687766616e
Copy link
Author

%inject here%?

@ekonaren
Copy link

Any update on this issue?

@moh-nur
Copy link

moh-nur commented May 20, 2020

This tool only works if you have query parameters (?foo=bar). If the parameter is part of the URI, it won't be able to parse it.

e.g. http://event.test.com.us/index.php/event?start=3 would work, but http://event.test.com.us/index.php/event/start/3 will not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants