If I where to program a bot in python and I make a installer or executable will it still run on a windows computer that doesn't have python installed on it??
Forum Thread: Botnet in Python Question
- Hot
- Active
-
Forum Thread: How to Hack Wireless Password Through MAC Address and IP Address 25 Replies
2 days ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 50 Replies
6 days ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 18 Replies
2 wks ago -
Forum Thread: Mitm attack problem 2 Replies
3 wks ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 mo ago -
Metasploit Error: Handler Failed to Bind 40 Replies
1 mo ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
1 mo ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
1 mo ago -
Forum Thread: How to Hack School Website 8 Replies
1 mo ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
1 mo ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
1 mo ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
2 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
2 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
2 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
3 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
3 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
4 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
4 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
4 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
4 mo ago
-
Android for Hackers: How to Turn an Android Phone into a Hacking Device Without Root
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Hack MacOS with Digispark Ducky Script Payloads
-
How To: Make Spoofed Calls Using Any Phone Number You Want Right from Your Smartphone
-
How To: Manually Exploit EternalBlue on Windows Server Using MS17-010 Python Exploit
-
How To: Change Your Terminal Header
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Find Passwords in Exposed Log Files with Google Dorks
-
How To: Dox Anyone
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
Tutorial: Create Wordlists with Crunch
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Intercept Images from a Security Camera Using Wireshark
-
How To: Gain Complete Control of Any Android Phone with the AhMyth RAT
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
The Hacks of Mr. Robot: How to Hack Bluetooth
5 Responses
Python requires the framework to function. Otherwise if you have a valid compiled executable, it should work fine on Windows.
You could also look into pyinstaller
ok, so if it is a valid compiled executable than window wouldn't have to have any type of python framework installed and the bot would work/run just fine correct? I am just asking cause I am having a hard time learning how to program in c and I understand python a lot better.....
thanks for your help I just found my answer sorry if I have wasted your time thank you very much
yup it works , and use pyintaller or py2exe . for me I prefer pyinstaller .
Share Your Thoughts