Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
10
Posts with Upvotes
7
Upvoting Members
8
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~206.44K People Reached
Favorite Tags
Member Avatar for tony75

Hi When I run main.py I got this error how can I fix it? I'm using https://github.com/PicciMario/iPhone-Backup-Analyzer-2 / Traceback (most recent call last): File "./main.py", line 44, in <module> from PySide import QtCore, QtGui ImportError: No module named PySide I appreciate your help

Member Avatar for Andreas_7
0
22K
Member Avatar for tony75

Hi Try to extract password from my chrome browser but I got this error below How can I solve this problem? Traceback (most recent call last): File "Chromer.py", line 13, in <module> password = win32crypt.CryptUnprotectData(website_data[2], None, None, None, 0)[1] pywintypes.error: (13, 'CryptProtectData', 'The data is invalid.')

Member Avatar for rproffitt
0
308
Member Avatar for tony75
Member Avatar for Reverend Jim
0
405
Member Avatar for tony75

Hi How to read the second line in text file(MyData,txt) #MyData.txt line1 line2 line3 line4 line5 #read the second line f = open ("MyData.txt","r") for line in f: if line == 2: print line else: print "somthing wrong !" f.close()

Member Avatar for rproffitt
0
224
Member Avatar for tony75

Hi I have python code that can list all drive letters but now I need also list the name of drive letter (Label) and the size of hard drive like below! Ltr Label Size ---- ------ --------- C Windows 800 GB E Local Disk 200 GB F My Passport 500 …

Member Avatar for tony75
1
7K
Member Avatar for tony75

Hi I try to upload my picture to local server via FTP Batch file I created script.batch which is contain open 127.0.0.1 Tony 123abc #cd public_html lcd C:\xampp\htdocs lcd XAMPP Shared Folder binary mput C:\Users\Laptop\Desktop\XAMPP Shared Folder\AboutMe.jpg bye I have also another script(upload.batch) which is contain `ftp -i -s:script.bat` When …

0
361
Member Avatar for tony75

Hi Is there any simple way or online website that can convert The numerical string like"123-322-14365" to regular expression?

Member Avatar for Reverend Jim
0
441
Member Avatar for tony75

Hi I have 500GB WD my passport with bad sector, I try to take disk imaging for forensics investigation with ddrescue but ddrescue was very slowly, is it really take 131d 22h? Is there any command or way that I can use to speed up ddrescue and just take 8 …

Member Avatar for tony75
0
2K
Member Avatar for tony75

Hi I have a question? If you dump the RAM "internal memory" with dd to an image file, you get everything in memory or Will something be missing?

Member Avatar for rproffitt
0
1K
Member Avatar for tony75

Hi Please why I got this error(SQL Error: ORA-00907: missing right parenthesis) whats wrong in my code? CREATE TABLE artphoto( photonr NUMBER(10), artnr NUMBER(10) NOT NULL, filtyp VARCHAR2(5) NOT NULL, path VARCHAR2(100) NOT NULL, CONSTRAINT artphoto_photonr_pk PRIMARY KEY(photonr), CONSTRAINT artphoto_artnr_fk FOREIGEN KEY(artnr), REFERENCES art(artnr), CONSTRAINT artphoto_filtyp_ck CHECK(filtyp in ('gif','jpg')) ); …

Member Avatar for john_111
0
34K
Member Avatar for tony75
Member Avatar for tony75
0
6K
Member Avatar for tony75

HI There is many method to bypass Antivirus detection! The Best way is writing your own toolsespecailly using python language. My question is How to protect your self againt PE portable excuteble and how we make Antivirus to detect for example metasploit payloads? I will appriciate for yur help

Member Avatar for powerade661
0
442
Member Avatar for tony75

Hi How can I subnet this ip address? 100.20.10.0/24 Subnet A 2 hosts Subnet B 80 hosts http://puu.sh/l2ata/3b2d1e6d68.jpg I think my solution not correct! I appricate your help N ID Subnetmask First available Last available Broadcast 100.20.10.128 255.255.255.128 100.20.10.129 PC B 120.10.10.130 120.10.10.131 100.20.10.132 255.255.255.252 100.20.10.132 PC A 100.20.10.134 100.20.10.135 …

Member Avatar for mcglk
0
224
Member Avatar for tony75

Hi I got this error when I ran my scrip? import vidcap,time ImportError: No module named vidcap Where can I download the module?

Member Avatar for tony75
0
619
Member Avatar for tony75

Hi I have an python script send me log files and ip address from my PC-B Is it posssible to add functins that I can Remote uninstall (distance)my script from my PC-B? if yes how? any idea?

Member Avatar for rproffitt
0
368
Member Avatar for tony75

Hi I ran python script on my windows and I got this error below ,how can I fix it? I'm using python 2.7.3 from pyasn1.codec.der import decoder ImportError: No module named pyasn1.codec.der

Member Avatar for tony75
0
11K
Member Avatar for tony75

Hi How can I obfuscate my EXE program which is “compiled” with PyInstaller to avoid reverse engineer? My exe file contain my mail and password which is send me ip address and log files. The orginal script is .py python script. This code below I would like to obfuscate it,sender …

Member Avatar for Slavi
0
3K
Member Avatar for tony75

Hi My question about Ipv6 subnetting My address is 2001:db8:acad::/48 I have two subnet x and y and two pc How can I divide the address in 2 subnet and find link-local?

Member Avatar for tony75
0
195
Member Avatar for tony75

Hi I have an external hard drive its about 300 GB. I tried to recove my loose picture via testdisk but I couldn't because I got "Error Reading Sector" How can I fix "Error Reading Sector" I'll appreciate for your help

Member Avatar for mindmergepk
0
172
Member Avatar for tony75

Hi I have firewall.log file in my c:\ driver I wonder what destination IP adresses and 3 ports the scanner have attacked most in the attack. SELECT DISTINCT dst-ip FROM c:\firewall.log WHERE dst-port !!!! I apriciate your help

Member Avatar for pritaeas
0
147
Member Avatar for tony75

Hi I got this error ORA-01403 "no data found" and ORA-06512: at line 8 however I'm sure that there is date in my table dept!!! Declare v_deptid dept.deptid%type; v_deptname dept.deptname%type; v_location dept.location%type; v_employeeid dept.employeeid%type; begin select deptid, deptname, location, employeeid into v_deptid, v_deptname, v_location, v_employeeid from dept where deptname = …

Member Avatar for urtrivedi
0
244
Member Avatar for tony75

Hi Why I got error ? CREATE TABLE customer_table( KNR INTEGER(10) FN VARCHAR2(10) NOT NULL, EN VARCHAR2(10) NOT NULL, Mobil NUMBER(10) NOT NULL, Tell INTEGER(10) NOT NULL, constraint knr_pk primary key(KNR) ); Error report - 00907. 00000 - "missing right parenthesis" *Cause: *Action:

Member Avatar for tony75
0
677
Member Avatar for tony75

Hi What is my misstake? I got error whwn I run my code! DECLARE V_num number := ‘&enter_an_integer’; V_test number; Begin V_test := mod(V_num,2); If V_test = 0 then Dbms_output.put_line(’even number’) Else Dbms_output.put_line(‘odd numbers’); End if; End; The error was 06550. 00000 - "line %s, column %s:\n%s" *Cause: Usually a …

Member Avatar for tony75
0
176
Member Avatar for tony75

Hi When I run root@kali# volatility procdump -p 356 -f /root/Desktop/mydumps/myDump1.img I get this error Volatility Foundation Volatility Framework 2.4 ERROR : volatility.plugins.procdump: Please specify a dump directory (--dump-dir) Any one know how can I solve it? Im using kali linux I appreciate your help

Member Avatar for tony75
0
2K
Member Avatar for tony75

Why we use "Symbol” ?and why we downloading at installation while Debugging(WinDbg)? Whats is the advantage of "Symbol"?

Member Avatar for tony75
0
159
Member Avatar for tony75
Member Avatar for tony75
0
126
Member Avatar for tony75

Hi I have this key How can I add \x between two number of hex as you see in my example. f0cbf260e0ca8ec2431089fb393a1c29513aaaa5847d13e8be84760968e64dc6 Change to “\xf0\xcb\xf2\x60\xe0\xca\x8e\xc2\x43\x10\x89\xfb\x39\x3a\x1c\x29\x51\x3a\xaa\xa5\x84\x7d\x13\xe8\xbe\x84\x76\x09\x68\xe6\x4d\xc6” I appreciate your help

Member Avatar for EMERSON_1
0
10K
Member Avatar for tony75

Hi I think I need to help How can I know the Bitlocker version on my windows 7 ultimate? I appricate your help

Member Avatar for tony75
0
155
Member Avatar for tony75

Hi How can I install volatility 2.4 on ubuntu? [Click Here](http://www.volatilityfoundation.org/#!24/c12wa) Is there any debian packages?

Member Avatar for tony75
0
1K
Member Avatar for tony75

Hi I got this error when I mount truecrypt! mount: you must specify the filesystem type How can I fix it?

0
188