Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: error trying to install sslstrip
Post: error trying to install sslstrip

I was trying to install sslstrip in my computer, so this is what i did: Downloaded sslstrip-master.zip from github Downloaded and install airgeddon Installed setup.py which was in sslstrip-master fold...
NullAdmin General Coding Help 1 4,054 Mar-11-2021, 09:30 PM
    Thread: How to print only vowels from an input?
Post: RE: How to print only vowels from an input?

i found the solution my code: word = input("Write your word here: ") print(word) for letter in word: if letter == 'a' or letter == 'e' or letter == 'i' or letter == 'o' or letter == 'u': print(let...
NullAdmin Homework 8 7,562 Feb-25-2021, 10:13 PM
    Thread: How to start the program from the beginning.
Post: RE: How to start the program from the beginning.

i have a solution for you. even i wanted python to make a command like that but more better version: using a command you can go to any part of a program's code. anyways, i have he solution. my edited ...
NullAdmin General Coding Help 5 2,949 Feb-22-2021, 10:01 PM
    Thread: Control Mouse and Keyboard Across the Country Without VNC on Target PC
Post: RE: Control Mouse and Keyboard Across the Country ...

kinda creepy, but really depends on OS. windows is not very secure unlike linux and macos, or any other unix/bsd os, so if the target is windows, it will be easier that unix/bsd based oses. still feel...
NullAdmin General Coding Help 5 3,004 Feb-21-2021, 02:42 AM
    Thread: Defining a function with input
Post: RE: Defining a function with input

im fairly intermidiate, but i still know the answer. this is the original code: def CircleArea(): radius = input('Type the circle radius') return radius * 3.14first thing that the radius varia...
NullAdmin General Coding Help 5 3,121 Feb-21-2021, 02:34 AM
    Thread: in a login interface when i try login with a user supposed to say test123 but nothing
Post: in a login interface when i try login with a user ...

SOLVED first time in python forum i would say im fairly intermidiate to python, so this problem happened: my code: #Toggling Off Shell toggleonoff = False users = [] passwords = [] account = {} heade...
NullAdmin General Coding Help 3 2,284 Feb-20-2021, 03:05 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020