OSI Model
https://www.youtube.com/watch?v=HEEnLZV2wGI https://www.youtube.com/watch?v=sVDwG2RdJho All People Seem To Need Data Processing
View ArticleReverse Engineering 2
#include <stdio.h> int main() { printf("Lorem"); return 0; } gcc -w example1.c -o example1 objdump -D example1 > example1.source 00000000004005d0 <_IO_stdin_used>: 4005d0: 01 00 add...
View ArticleLinux Distribution Name and Version
During penetration testing if you gain access to shell probably it will be user with not root privileges. To find correct exploit that will increase your privileges (give you root), you have to learn...
View ArticleCrawling content by wget
Here we will find how to use wget to scrape a target site. The process creates a mirror of the content on the local disk. you can use the tree utility to show the directory structure. Crawling content...
View ArticleKibana dashboard
GitHub https://github.com/szalek/elasticlab How to run goto: docker folder run: ./up.sh How to setup Kibana dashboard run: attack simulator goto: http://localhost:5601/ login: elastic / changeme goto...
View Article