Skip to content

Instasec An automated Mass Instagram Reporting Tool Powered by Telegram API Bot

License

Notifications You must be signed in to change notification settings

securityuniverse/instasec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaSec is an advanced automation tool designed to streamline the process of mass reporting on Instagram using the Telegram API Bot. This innovative system leverages the efficiency of Telegram's API to provide users with a seamless experience in automating the reporting of accounts or content on Instagram.

With InstaSec, users can initiate and manage mass reporting campaigns effortlessly through a Telegram Bot interface. The tool is built with user-friendliness in mind, offering intuitive commands and real-time feedback for each reporting task. It is highly customizable, allowing users to tailor reporting thresholds, set specific targets, and configure automated workflows that align with their objectives.

Key features of InstaSec include:

  • Integration with Telegram API: Ensures fast and secure communication through a widely-used messaging platform.
  • Automated Mass Reporting: Handles bulk reporting tasks, minimizing manual effort and maximizing efficiency.
  • Customizable Workflows: Adaptable to various user needs with configurable options for targeting, timing, and reporting frequency.
  • Real-Time Updates: Provides instant feedback and progress updates on reporting activities.
  • Scalability: Designed to handle large-scale campaigns, supporting multiple targets simultaneously.
  • User-Friendly Interface: Simple commands and a clean layout ensure accessibility for both novice and experienced users.

InstaSec is a powerful tool for individuals and organizations seeking to manage and streamline reporting tasks on Instagram, combining automation with the versatility of Telegram's API.

Instaports

Instagram Automatic tools for reporting users Instagram_api Private Project 2022 diperbarui dengan fitur lebih canggih © 2024

Running Automatic Reports Tool

Saya membuat software tersebut bukan untuk dipergunakan untuk hal-hal yang bersifat ilegal ataupun menentang pasal-pasal saya membuat tools ini untuk suatu project yang akan datang dan dapat digunakan untuk kepemerintahan.

screenshot

screenshot

Config Files

File konfigurasi adalah file python yang ada di direktori ./attack penyelundup. File-file ini menjelaskan konten permintaan HTTP dan mutasi pengkodean transfer yang akan diuji.

Berikut adalah contoh konten default.py:

page_headers = {
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
    "Accept-Encoding": "gzip, deflate",
    "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
    "Cache-Control": "no-cache",
    "Connection": "keep-alive",
    "DNT": "1", 
}  

report_headers = {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, deflate",
    "Accept-Language": "tr-TR,tr;q=0.8,en-US;q=0.5,en;q=0.3",
    "Cache-Control": "no-cache",
    "Connection": "keep-alive",
    "Content-Type": "application/x-www-form-urlencoded",
    "DNT": "1", 
    "Host": "help.instagram.com",
    "Origin": "help.instagram.com", 
    "Pragma": "no-cache",
    "Referer": "https://help.instagram.com/contact/497253480400030",
    "TE": "Trailers",
}

def random_str(length):
    letters = string.ascii_lowercase + string.ascii_uppercase + string.digits
    return ''.join(random.choice(letters) for i in range(length))

def report_profile_attack(username, proxy):
    ses = Session()
    
  try:
        res = ses.post(
            "https://help.instagram.com/ajax/help/contact/submit/page",
            data=report_form,
            headers=report_headers,
            cookies=report_cookies,
            timeout=10
        )
    except:
        print_error("Connection error occurred! (FormRequestsError)")
        return
    
    if (res.status_code != 200):
        print_error("Connection error occurred! (STATUS CODE:", res.status_code, ")")
        return
    
    print_success("Successfully reported!") 

Belum ada argumen masukan untuk menentukan header pelanggan dan agen pengguna Anda sendiri. Disarankan untuk membuat file konfigurasi Anda sendiri berdasarkan configuration.py dan memodifikasinya sesuai keinginan Anda.

Informasi terkait checkpoint dikarenakan anda menggunakan proxy, solusi dari masalah tersebut gunakan banyak akun polosan dan gabungkan menjadi /wordlist.txt dijalankan bersamaan dengan proxy.list agar tidak terkena checkpoint secara bersamaan.

tentukan file konfigurasi menggunakan opsi baris perintah /attack.py

About

Instasec An automated Mass Instagram Reporting Tool Powered by Telegram API Bot

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages