neonprimetime security , just trying to help

Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts
Friday, November 9, 2018

IDA Python bitwise NOT Decode malware strings

›
If you have an area in memory that is xor obfuscated debug007:0018FB06 db 9Ch ; œ debug007:0018FB07 db 1Ah and you have assembly code th...
5 comments:

IDA Python Xor Decode malware strings

›
If you have an area in memory that is xor obfuscated debug007:0018FB04 db 0CEh ; Î debug007:0018FB05 db 27h ; ' debug007:0018FB06 db ...
5 comments:
Thursday, January 11, 2018

Python script search open directories for Phishing Kits and Malware

›
original version from 1/11/2018 https://pastebin.com/raw/Ed2fmmNj new version from 11/1/2018 https://pastebin.com/raw/Xj5VK0Mb old ver...
1 comment:
Tuesday, January 9, 2018

Python script to Download Url Page Titles

›
from urllib.request import urlopen import re import sys import os filepath = 'urls.txt'  with open(filepath) as fp:  theurl =...
›
Home
View web version
Powered by Blogger.