Jump to content

TheLaughingMan

Active Members
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    1

Profile Information

  • Interests
    Helping others to help themselves

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TheLaughingMan's Achievements

Newbie

Newbie (1/14)

  1. You will have to use the world list one level at a time. You can’t crack it 3 levels at the same time.
  2. Not understanding this, did you encrypted the file, or your talking about different levels for encryption (wep,wpa, ect)
  3. yeah I was and hear the worlds rubber ducky. I was like yep I got one too.. :P
  4. start the video at 12:35 and you see the wifi mark V on the show... https://www.youtube.com/watch?v=Gn4oBIDEluo
  5. sorry guys for all the question but i am doing a school report and want to make sure that i pass this part of my project
  6. what about 3rd party software that can do all this? Because i am thinking about going through windows server 2008 with all this. You do people think this would be the right way to go about all this?
  7. But you did this with your own vpn and not a 3rd party vpn correct?
  8. What would you guys think about going through II7 in windows server?
  9. Can RSA tokens be use for the two way factor authenication. Plus is it compatable with SSH. I know with vpn is it but not sure with SSH and scp
  10. Hi all long time no see, I am wondering about this subject. And how you people would go about this question of Securely managing websites remotely? Any Ideals would be helpful.
  11. I am studying hard for my certifcation test and someone told me about this site called key4pass. I want to know if anyone has use this and are they real about what they say. Just want to make sure before spending more money. :D
  12. airvpn is really good but the down side to them is no phone support. anonine vpn is really good for the price and highly recomend them. since they are under Swedish law...hint..hint
  13. So it is late and i am trying to find this issue out with this code for my class. Anyone that can help, I would so need right now. hear is the code: import random import time def get_letter_grade(percentage): if percentage >= 95: letter_grade = "A" return (letter_grade) if percentage >= 94: letter_grade = "A-" if percentage >= 91: letter_grade = "B+" if percentage >= 88: letter_grade = "B" if percentage >= 85: letter_grade = "B-" if percentage >= 82: letter_grade = "C+" if percentage >= 79: letter_grade = "C" if percentage >= 76: letter_grade = "C-" if percentage >= 73: letter_grade = "D+" if percentage >= 70: letter_grade = "D" if percentage >= 67: letter_grade = "D-" if percentage >= 65: letter_grade = "F" return (letter_grade) def get_grade_number(grade): grade = int(grade) get_letter_grade() def opt(grade,percentage): opt = int(get_letter_grade,get_grade_number) return (letter_grade) grade = 0 def menu(): print ("1: Enter grade in percentage (0-100)") print ("2: Get letter grade from percentage grade") print ("3: Calculate letter from extra credit") print ("4: Calculate extra credit needed to boost letter grade") print ("0: Exit ") print (("Current Grade:"),(grade)) loop = 1 while loop ==1: choice = menu() choice = input ("Please make a choice: ") choice = int(choice) if choice == 1: grade = input(" Enter percentage grade (0-100)?:") elif choice == 2: percentage = (opt) opt =((get_letter_grade,get_grade_number), print (percentage)) basicly it a menu thing seen on this video :http://www.screencast.com/t/ZonV3w5Y7 but I am stuck at the part were trying to get the grade letter within the code. I do not knwo what i am doing wrong with it so any help I baddly need. Not sure how to do the when u get the % grade trying to get elif choice == 2 to work when it displays the letter grade. thoughts on this?
×
×
  • Create New...