samratashok / nishang Public
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
Antak Stealth Request #17
Comments
|
Interesting suggestion! What if I implement authentication in place of this? Wouldn't that be better/easier to use? |
|
Authentication would be nice as well, I was just thinking that it'd be nice to first check for the existence of the POST variable to keep snooping admins from thinking there is anything at the requested location unless they actually view the file on the server itself. |
|
Noted! I would try and see what could be done. Authentication would be implemented as well. |
|
Some changes to Antak have been made. Will commit the changes after an upcoming preso at Blackhat. |
This updated adds ability to execute SQL queries to Antak and adds simple authentication to restrict access to it. It also closes Issue #17.
|
Authentication is required to access Antak. That is all to be added for now. |


Would it be a possible to incorporate a check for a POST variable matching a certain string and otherwise serve up a 404 error? Something similar to the following
The text was updated successfully, but these errors were encountered: