Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Neovim for Beginners — init.lua
https://cdn-images-1.medium.com/max/1427/1*KL99cTPElu7zUp07BtQvGA.png
Let’s start our journey to customize Neovim.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Neovim for Beginners — init.lua
https://cdn-images-1.medium.com/max/1427/1*KL99cTPElu7zUp07BtQvGA.png
Let’s start our journey to customize Neovim.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Neovim for Beginners — init.lua
Let’s start our journey to customize Neovim.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Common Nginx Misconfiguration leads to Path Traversal
https://cdn-images-1.medium.com/max/2600/0*eA1ZnHCtDmUPuMMA
Recently, I have been invited by my friend to participate into a private pentest project. The target has been using Nginx as its Reverse…
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Common Nginx Misconfiguration leads to Path Traversal
https://cdn-images-1.medium.com/max/2600/0*eA1ZnHCtDmUPuMMA
Recently, I have been invited by my friend to participate into a private pentest project. The target has been using Nginx as its Reverse…
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Common Nginx Misconfiguration leads to Path Traversal
Recently, I have been invited by my friend to participate into a private pentest project. The target has been using Nginx as its Reverse…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Grim Finance Loses $30 Million From Smart Contract Bug
https://cdn-images-1.medium.com/max/1600/0*D-AOveVM4O0-c8gF
Grim Finance became the latest victim of a crypto hack as an attacker stole $30 million in funds. Grim Finance is a decentralized finance…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Grim Finance Loses $30 Million From Smart Contract Bug
https://cdn-images-1.medium.com/max/1600/0*D-AOveVM4O0-c8gF
Grim Finance became the latest victim of a crypto hack as an attacker stole $30 million in funds. Grim Finance is a decentralized finance…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Grim Finance Loses $30 Million From Smart Contract Bug
Grim Finance became the latest victim of a crypto hack as an attacker stole $30 million in funds. Grim Finance is a decentralized finance…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackme LFI Writeup
https://cdn-images-1.medium.com/max/2600/0*wTxj_b5XveVEicfi
How to find and exploit LFI
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
TryHackme LFI Writeup
https://cdn-images-1.medium.com/max/2600/0*wTxj_b5XveVEicfi
How to find and exploit LFI
Continue reading on InfoSec Write-ups »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackme LFI Writeup
How to find and exploit LFI
SourceLeakHacker - A Multi Threads Web Application Source Leak Scanner
SourceLeakHacker is a muilt-threads web directories scanner.Installationpip install -r requirements.txtUsage dictionary scale --output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss --threads THREADS, -t THREADS threads numbers, default: 4 --timeout TIMEOUT HTTP request timeout --level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG} log level --version, -V show program's version number and exit ">usage: SourceLeakHacker.py optionsoptional arguments: -h, --help show this help message and exit --url URL url to scan, eg: 'http://127.0.0.1/' --urls URLS file contains urls to scan, one line one url. --scale {full,tiny} build-in dictionary scale --output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss --threads THREADS, -t THREADS threads numbers, default: 4 --timeout TIMEOUT HTTP request timeout --level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG} log level --version, -V show program's version number and exitExample$ python SourceLeakHacker.py --url=http://baidu.com --threads=4 --timeout=8302 0 3.035766 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php302 0 3.038096 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php.bak...302 0 0.063973 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php302 0 0.081672 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bakResult save in file: result/2020-02-27 07:07:47.csv$ cat url.txt http://baidu.com/http://google.com/$ python SourceLeakHacker.py --urls=url.txt --threads=4 --timeout=8302 0 2.363600 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php.bak302 0 0.098417 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bak...302 0 0.060524 text/html; charset=iso-8859-1 http://google.com/_adm/_index.php.bak302 0 0.075042 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.backResult save in file: result/2020-02-27 07:08:54.csvDemoTODOs Arguments parser. Store scan result into csv file. Support for multiple urls (from file). Add help comments for every params. Update Usage. Adjust dictionary elements order systematically. Change logger in order to suite for both windows and linux. Add log level. Update Screenshots. Retry and avoid dead lock Store scan result into sqlite database. Download small url contents, then store them into sqlite database.Known Bugs CTRL C does not works on windows platformDownload SourceLeakHacker
Read more...
___________________________
@hacking_Attack
@Hacking_Video
SourceLeakHacker is a muilt-threads web directories scanner.Installationpip install -r requirements.txtUsage dictionary scale --output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss --threads THREADS, -t THREADS threads numbers, default: 4 --timeout TIMEOUT HTTP request timeout --level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG} log level --version, -V show program's version number and exit ">usage: SourceLeakHacker.py optionsoptional arguments: -h, --help show this help message and exit --url URL url to scan, eg: 'http://127.0.0.1/' --urls URLS file contains urls to scan, one line one url. --scale {full,tiny} build-in dictionary scale --output OUTPUT output folder, default: result/YYYY-MM-DD hh:mm:ss --threads THREADS, -t THREADS threads numbers, default: 4 --timeout TIMEOUT HTTP request timeout --level {CRITICAL,ERROR,WARNING,INFO,DEBUG}, -v {CRITICAL,ERROR,WARNING,INFO,DEBUG} log level --version, -V show program's version number and exitExample$ python SourceLeakHacker.py --url=http://baidu.com --threads=4 --timeout=8302 0 3.035766 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php302 0 3.038096 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php.bak...302 0 0.063973 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php302 0 0.081672 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bakResult save in file: result/2020-02-27 07:07:47.csv$ cat url.txt http://baidu.com/http://google.com/$ python SourceLeakHacker.py --urls=url.txt --threads=4 --timeout=8302 0 2.363600 text/html; charset=iso-8859-1 http://baidu.com/_/_index.php.bak302 0 0.098417 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.bak...302 0 0.060524 text/html; charset=iso-8859-1 http://google.com/_adm/_index.php.bak302 0 0.075042 text/html; charset=iso-8859-1 http://baidu.com/_adm/_index.php.backResult save in file: result/2020-02-27 07:08:54.csvDemoTODOs Arguments parser. Store scan result into csv file. Support for multiple urls (from file). Add help comments for every params. Update Usage. Adjust dictionary elements order systematically. Change logger in order to suite for both windows and linux. Add log level. Update Screenshots. Retry and avoid dead lock Store scan result into sqlite database. Download small url contents, then store them into sqlite database.Known Bugs CTRL C does not works on windows platformDownload SourceLeakHacker
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Baidu
百度一下,你就知道
全球领先的中文搜索引擎、致力于让网民更便捷地获取信息,找到所求。百度超过千亿的中文网页数据库,可以瞬间找到相关的搜索结果。
Snap-Scraper - Snap Scraper Enables Users To Download Media Uploaded To Snapchat's Snap Map Using A Set Of Latitude And Longitude Coordinates
http://www.kitploit.com/2021/12/snap-scraper-snap-scraper-enables-users.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/12/snap-scraper-snap-scraper-enables-users.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Snap-Scraper - Snap Scraper Enables Users To Download Media Uploaded To Snapchat's Snap Map Using A Set Of Latitude And Longitude…
Snap Scraper is an open source intelligence (https://www.kitploit.com/search/label/Intelligence) tool which enables users to download media uploaded to Snapchat's Snap Map using a set of latitude and longitiude co-ordinates. This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Snap inc. or any of its affiliates or subsidiaries. This program is for education, forensic and bug reporting purposes only and is provided without warranty.When using this tool please cite the following publication:Richard Matthews, Kieren Lovell, Matthew Sorell, Ghost protocol – Snapchat as a method of surveillance, Forensic Science International: Digital Investigation, Volume 36, Supplement, 2021, 301112, ISSN 2666-2817, https://doi.org/10.1016/j.fsidi.2021.301112.
Screenshots
___________________________
@hacking_Attack
@Hacking_Video
Screenshots
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
InstallationMacOSDownload the current linked binary in the most recent release. Using terminal ensure you change permissions to include the executable permission.chmod 755 SnapScraper
Optionally, a icon.png file is included which can be used to change the icon of the downloaded executable.Windows/LinuxAt this point in time, SnapScraper only supports MacOS. However, dependancies have been checked and users should be able to complile the code on their own file system without any issues. Ensure Alamofire has been installed.UsageDouble click SnapScraper to launch the command line (https://www.kitploit.com/search/label/Command%20Line) tool. SnapScraper works best when the defaul window size is set to 80x50.You should be presented with the following window:
___________________________
@hacking_Attack
@Hacking_Video
Optionally, a icon.png file is included which can be used to change the icon of the downloaded executable.Windows/LinuxAt this point in time, SnapScraper only supports MacOS. However, dependancies have been checked and users should be able to complile the code on their own file system without any issues. Ensure Alamofire has been installed.UsageDouble click SnapScraper to launch the command line (https://www.kitploit.com/search/label/Command%20Line) tool. SnapScraper works best when the defaul window size is set to 80x50.You should be presented with the following window:
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
The current options for use are indicated in the command window. Select to option by pressing the required key(s) on the keyboard and pressing enter.CheckThe main option users will select will be the check option to locate snap media on the Snap Map. To select this option type 'c' followed by the enter key.SnapScraper will then ask you for a set of longitude and lattitude coordinates which can be obtained from map.snapchat.com as discussed in the publication "Richard Matthews, Kieren Lovell, Matthew Sorell, Ghost protocol – Snapchat as a method of surveillance, Forensic Science International: Digital Investigation, Volume 36, Supplement, 2021, 301112, ISSN 2666-2817, https://doi.org/10.1016/j.fsidi.2021.301112.". Navigate to map.snapchat.com and note the URL of the location you wish to extract snap media from ie. https://map.snapchat.com/@24.931153,44.873214,6.04z. The coordinates to enter into SnapScraper are located in the URL after the @ symbol. The first number is the lattitude, the second the longitude and the final the zoom level. Lattitude and longitude should be entered into SnapScraper to 6 decimal places while zoom should be entered to 2 decimal places.When each coordinate is entered into the program SnapScraper will then poll Snap Map for snap media at the desired location. When media is located the meta data of the media will be printed to the command window.
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video