Skip to content

Instantly share code, notes, and snippets.

View albertzsigovits's full-sized avatar
🕹️
[_]/\XO

Albert Zsigovits albertzsigovits

🕹️
[_]/\XO
View GitHub Profile
@albertzsigovits
albertzsigovits / p1.py
Created January 29, 2019 16:46
Sample Immunity Debugger Python Plug-in Script
# NetAcademia - Petya Zsiros - p1.py
import immlib
def main(args):
imm = immlib.Debugger()
addr = imm.getAddress("kernel32.IsDebuggerPresent")
if (addr <= 0):
imm.log("kernel32.IsDebuggerPresent CAN NOT BE FOUND")
return "ERROR"
imm.log("Patching in progress...")
imm.log("addr: 0x%08x" % addr)
@albertzsigovits
albertzsigovits / p2.txt
Created January 29, 2019 16:48
Sample OllyDbg Script File
# NetAcademia - Petya Zsiros - p2.txt
GPA "IsDebuggerPresent", "Kernel32.dll"
mov addr, $RESULT
log addr
asm addr,"XOR EAX,EAX"
add addr, $RESULT
asm addr,"RETN"
@albertzsigovits
albertzsigovits / p1.txt
Created January 29, 2019 16:49
Sample OllyDbg Script File #2
# NetAcademia - Petya Zsiros - p1.txt
GMA "patching", MODULEBASE
mov addr, $RESULT
log addr
add addr, 102E
log addr
mov [addr], #74#
@albertzsigovits
albertzsigovits / linux.txt
Last active June 27, 2019 07:06
Universal Linux Tips and Tricks
# Linux tips & tricks
#####################
- Binding WIN+L or Ctl+Alt+L to xscreensaver-lock:
==================================================
1. edit ~/.config/openbox/ubuntu-rc.xml
2. <keybind key="C-A-L">
<action name="Execute">
<command>dm-tool lock</command>
</action>
@albertzsigovits
albertzsigovits / splunk.txt
Created January 31, 2019 09:56
Splunk SPL cheatsheet
# SPL cheatsheet:
# Additional resource: http://www.bbosearch.com/searches
########################################################
- List users and corresponding roles:
=====================================
| rest /services/authentication/users splunk_server=?
| fields title roles realname
- List indexes:
@albertzsigovits
albertzsigovits / vti.txt
Created January 31, 2019 10:10
VirusTotal Warzone solutions
# VirusTotal Warzone challenge solutions:
# Additional help on VTi queries: https://www.virustotal.com/intelligence/help/
###############################################################################
- Search files uploaded through the web portal between the following dates from Brazil:
=======================================================================================
submitter:BR submitter:web fs:2018-12-30+ fs:2019-01-30-
- Search for PE files with subspan 5mins uploaded from Brazil in the last month through the web portal:
=======================================================================================================
@albertzsigovits
albertzsigovits / english.txt
Last active October 18, 2020 06:52
My Top 100 Favourite English Idioms
# Top 100 Favourite English idioms:
###################################
the last straw that broke the camel's back
you beat me to it
blow a gasket
hit me up
for the sake of
started to dawn on me
beating them to the punch
@albertzsigovits
albertzsigovits / ida.txt
Created January 31, 2019 10:30
IDA Pro Tips and Tricks
# IDA Pro Keyboard shortcuts and tips:
######################################
Ctrl+E - Return to entry point
Alt+M - Set bookmark
Ctrl+M - List bookmarks
Space - Toggle full screen/workflow view
Esc - Backup to parent function
Ctrl+X - Find All X-References
Ctrl+R - Change reference information e.g deltas etc.
@albertzsigovits
albertzsigovits / maps.txt
Last active March 20, 2024 16:07
Cyber Attack Maps
# Cyber attack maps:
####################
Akamai https://www.akamai.com/us/en/solutions/intelligent-platform/visualizing-akamai/real-time-web-monitor.jsp
Arbor Networks https://www.digitalattackmap.com
Bitdefender https://threatmap.bitdefender.com
BlueLiv https://community.blueliv.com/map
Cisco Talos https://www.talosintelligence.com
Checkpoint https://threatmap.checkpoint.com
Deutsche Telekom https://sicherheitstacho.eu/start/main
@albertzsigovits
albertzsigovits / urls.txt
Last active April 15, 2024 18:34
URL reputation checkers
# URL reputation checkers:
##########################
AlienVault OTX https://otx.alienvault.com/browse/pulses
BarracudaCentral http://www.barracudacentral.org/lookups
BrightCloud https://www.brightcloud.com/tools/url-ip-lookup.php
CDRF ThreatCenter https://threatcenter.crdf.fr
Cisco Talos https://www.talosintelligence.com/reputation_center
Checkpoint https://urlcat.checkpoint.com/urlcat
Cyren URL https://www.cyren.com/security-center/url-category-check