Skip to content
View De3vil's full-sized avatar
πŸ’»
Making awesome projects
πŸ’»
Making awesome projects
Block or Report

Block or report De3vil

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
De3vil/README.md

Hi there!









  • I'm Abdulrahman Mohammed, also known as De3vil πŸ‘Ή
  • πŸ’œ I’m a:-
  • 🐍 python developer 🐍
  • β˜ οΈπŸ‘Ή malware developer β˜ οΈπŸ‘Ή
  • πŸ‘¨β€πŸ’» penetration tester
  • πŸ“™ I am currently learning C && assembly πŸ“™
  • [Desktop Application WEB Application Hacking Tools web scraping automation]

i love':'cats🐈🐈 and Demons😈 😈

msg for u':Life's goal is to finish, so do what you want before it ends. 😊❀️

I am a Python developer(back-end developer) , hacker πŸ‘¨β€πŸ’» ooh yeah πŸ˜„

and a lot of things i love to see how things work in depth, make things,
break things and make things that break things.πŸ˜„

Connect with me:

De3vil De3vil.3

If I has been useful for you, feel free to thank me by buying me a coffee 😁

Coffee De3vil.3

#!/usr/bin/env python3
import time

about_me = {
  'Name':'Abdulrahman Mohammed',
  'Nickname':'Mido - Devil',
  'Age':24,
  'i love':'cats🐈🐈 and Demons    😈 😈 ',
  'msg for u': 'Life's goal is to finish, so do what you want before it ends. 😊❀️'
}

def main():
  for t,i in about_me.items():
    time.sleep(0.2)
    print(f'{t}: {i}')
  print('\nBye ;D')
if __name__ == '__main__':
  main()

Popular repositories Loading

  1. KLogger KLogger Public

    Remote persistent πŸ”‘Logger for Windows and Linux

    Python 294 44

  2. SteaLinG SteaLinG Public

    The SteaLinG is an open-source penetration testing framework designed for social engineering

    Python 223 52

  3. HtmlSmuggling HtmlSmuggling Public

    it is malicious technique used by hackers to hide malware payloads in an encoded script in a specially crafted HTML attachment or web page

    Python 114 25

  4. steal_ps steal_ps Public

    steal chrome saved passwords "undetectable"

    Python 50 12

  5. WinPersistence WinPersistence Public

    Some of the techniques used in Malware Windows - Persistence(Registry HKCU,startup),Disable Windows Firewall,Disable Windows Defender

    18 4

  6. PasteJacking PasteJacking Public

    Hacking with PasteJacking technique

    HTML 18 3