Python Forum
Sql Injection using python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Sql Injection using python (/thread-7537.html)



Sql Injection using python - sumandas89 - Jan-15-2018

Is it possible to write sql injection code using python? How can I learn to write this? I know sql and web scraping using pyhton what are the other things I need to know for this. I google this topic but I didn't find any website which elaborates this topic from ground level. If any tutorial or forum exists please let me know.


RE: Sql Injection using python - sparkz_alot - Jan-15-2018

What a silly question. Why would you think, in any possible scenario, that any programming forum is going to instruct you on creating malware? You are either very young or very naive or both. Better to spend your time creating something beneficial not destructive.


RE: Sql Injection using python - metulburr - Jan-15-2018

Quote:Is it possible to write sql injection code using python?
sure

Quote:How can I learn to write this?
If you know how to prevent it then you know how to inject it. You need to learn about MySQL commands/javascript/vulnerabilities. Thats all i am going to say about it.