Skip to content

Instantly share code, notes, and snippets.

View AlexeySolovyev's full-sized avatar

Alexey Solovyev AlexeySolovyev

  • New York
View GitHub Profile
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide
@AlexeySolovyev
AlexeySolovyev / PowerView-3.0-tricks.ps1
Created January 23, 2022 23:32 — forked from HarmJ0y/PowerView-3.0-tricks.ps1
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set

Bash

Moving

command description
ctrl + a Goto BEGINNING of command line
ctrl + e Goto END of command line
ctrl + b move back one character
@AlexeySolovyev
AlexeySolovyev / qa_beginner_reading_list.md
Created August 27, 2019 14:57 — forked from smariapena/qa_beginner_reading_list.md
Small Book List: Required Reading For The Absolute Test Beginner
@AlexeySolovyev
AlexeySolovyev / tester-questions.md
Created August 27, 2019 14:56 — forked from smariapena/tester-questions.md
Questions I Like To Ask Testers In Interviews, Mostly Exploratory, Mostly Mobile, Mostly Agency Work

Tester Questions

Style/Opinion/Purview

  • Do you have a smartphone, what’s your favorite app? How would you test it?
  • Tell me about your favorite bug that you found and reported.
  • What are the benefits of an exploratory approach to software testing? Downsides?
  • Where do test cases fit into your typical project lifecycle in an agile project in the client services world?
  • Where does design fit into your test coverage strategy? How do you work with designers?
  • Do you have any view on QA versus QC versus Test nomenclature?
@AlexeySolovyev
AlexeySolovyev / all.txt
Created April 20, 2018 14:25 — forked from jhaddix/all.txt
all wordlists for every dns enumeration tool... ever.
@
*
0
00
0-0
000
0000
00000
000000
@AlexeySolovyev
AlexeySolovyev / WAHH_Task_Checklist.md
Created April 20, 2018 14:24 — forked from jhaddix/Testing_Checklist.md
The Web Application Hacker's Handbook - Task Checklist - Github-Flavored Markdown
@AlexeySolovyev
AlexeySolovyev / cloud_metadata.txt
Created April 20, 2018 14:23 — forked from jhaddix/cloud_metadata.txt
Cloud Metadata Dictionary useful for SSRF Testing
## AWS
# from http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories
http://169.254.169.254/latest/user-data
http://169.254.169.254/latest/user-data/iam/security-credentials/[ROLE NAME]
http://169.254.169.254/latest/meta-data/iam/security-credentials/[ROLE NAME]
http://169.254.169.254/latest/meta-data/ami-id
http://169.254.169.254/latest/meta-data/reservation-id
http://169.254.169.254/latest/meta-data/hostname
http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key