PERL etc/passwd bypass

*** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***

View hidden content is available for registered users!

#!/usr/bin/python

#Open Source

#Coders are welcome to edit whenever they want to.

#Skymac

#Iran Cyber Group



import time

import os

import sys



print'==============================================='

print'[+] Script Name : XUSER'

print'[+] Author : Skymac'

print'[+] Usage : Create U.txt put cat /etc/passwd content there'

print' Python %s' % sys.argv[0]

print'==============================================='

time.sleep(2)

print'==============================================='

print'[+] Please Wait..'

print'==============================================='

time.sleep(5)

tun = open("u.txt" , "r")

for line in tun.readlines():

y = line.find(':')

print line[0:y]

print'=====================[Done!]====================='

tun.close()
 
Üstelik bypass değil bu passwddeki userleri kesme gibi bir şey
 
131,918Konular
3,272,606Mesajlar
316,543Kullanıcılar
ZEHİR0053Son Üye
Üst Alt