diff --git a/sqlmap.conf b/sqlmap.conf index 9386ace16..2599a9686 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -10,7 +10,7 @@ direct = # Target URL. # Example: http://192.168.1.121/sqlmap/mysql/get_int.php?id=1&cat=2 -url = +url = test.com # Parse targets from Burp or WebScarab logs # Valid: Burp proxy (http://portswigger.net/suite/) requests log file path diff --git a/sqlmapapi.py b/sqlmapapi.py index 09c1a9340..c4c6e4ec6 100755 --- a/sqlmapapi.py +++ b/sqlmapapi.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +"""asjdlkfjsadlkfjaslkdfjlkasdjfklasdjlf""" + """ Copyright (c) 2006-2017 sqlmap developers (http://sqlmap.org/) See the file 'doc/COPYING' for copying permission