neonprimetime security , just trying to help
Showing posts with label
strings
.
Show all posts
Showing posts with label
strings
.
Show all posts
Sunday, November 7, 2021
Batch Script run Strings on all Files Searching for Keyword
›
for %%f in (*) do ( c:\users\221602\desktop\neo_apps\strings64.exe -n 8 %%f | findstr github )
5 comments:
Friday, April 10, 2020
Find all Malware in a Folder with a Single String in it
›
# the keyword string to search for $stringToSearchFor = "http://nsis.sf.net/NSIS_Error"; # run strings on all malware *.bin fil...
1 comment:
Friday, January 4, 2019
Random Strings Output Notes
›
Running strings against an executable, here's some random findings and thoughts behind each The sample file in question https://www.v...
Wednesday, June 7, 2017
Random Strings XML notes
›
Random notes on running strings and finding xml If you see something like ... <?xml version='1.0' encoding='UTF-8' sta...
Monday, March 20, 2017
Fattura Invoice PDF zip exe that uses eMailExtractor
›
So I'm still learning at this, but I thought I'd walk through my thought process and see if anybody wanted to explain what I did rig...
›
Home
View web version