Google Cloud link (compress as 7zip): https://drive.google.com/open?id=0B22DpOv0xg6ER3ZKbGFfMUdnMU0
Oreilly link: https://resources.oreilly.com/examples/9781593271442/raw/master/hacking-live-1.0.iso
#!/usr/bin/python | |
# - RevIP | |
# | Date: 10/03/2018 | |
# | Author: P4kL0nc4t | |
# | Description: simple reverse IP lookup tool that combines multiple API to achieve effective result. | |
import requests | |
import sys | |
requests.packages.urllib3.disable_warnings() | |
from socket import gethostbyname |
## 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 |
starting a drozer session | |
$ adb forward tcp:31415 tcp:31415 | |
connecting a drozer | |
$ drozer console connect | |
Retrieving Package Information |
Google Cloud link (compress as 7zip): https://drive.google.com/open?id=0B22DpOv0xg6ER3ZKbGFfMUdnMU0
Oreilly link: https://resources.oreilly.com/examples/9781593271442/raw/master/hacking-live-1.0.iso
// = not worth checking | |
artcell, | |
highway, | |
black, | |
oblique, | |
aurthohin, | |
yatri, | |
dreek, | |
powersurge, |
import sys | |
# The license check happens at sub_40E0B0 | |
# 40E13D: call sub_419226 | |
# 40E142: dec eax | |
# 40E144: setnz al | |
# 40E147: test al, al | |
# 40E149: mov cs:byte_A0E630, al | |
# 40E14F: jz loc_40E1D8 |