Add run on repl.it badge to README

This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
This commit is contained in:
vedant patel 2020-05-08 09:44:59 +00:00
parent 3c36b186ad
commit 0ec7f6ffe5
2 changed files with 3 additions and 0 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "python3"
run = ""

View File

@ -71,3 +71,4 @@ Translations
* [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md) * [Spanish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-es-MX.md)
* [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md) * [Turkish](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-tr-TR.md)
* [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md) * [Ukrainian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-uk-UA.md)
[![Run on Repl.it](https://repl.it/badge/github/sqlmapproject/sqlmap)](https://repl.it/github/sqlmapproject/sqlmap)