hacking: security in practice
Linkedin Account Generator
I am writing a script to generate linkedin account for digital makerting , I am in testing phase, so I created various accounts manually with different cellphone sms verification numbers, but days after that without any actions, all these accounts are blocked with restricctions including my original account, I need to upload an real ID document to recovery each of them, Does anybody knows how Microsoft/ Linkedin known these accounts are 'fakes' and how linked with my original account? I am thinking about use diferent proxies to manage my accounts, but I donot know if i am right? And how to bypass this posible detection.
submitted by /u/happygroweed
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Linkedin Account Generator
I am writing a script to generate linkedin account for digital makerting , I am in testing phase, so I created various accounts manually with different cellphone sms verification numbers, but days after that without any actions, all these accounts are blocked with restricctions including my original account, I need to upload an real ID document to recovery each of them, Does anybody knows how Microsoft/ Linkedin known these accounts are 'fakes' and how linked with my original account? I am thinking about use diferent proxies to manage my accounts, but I donot know if i am right? And how to bypass this posible detection.
submitted by /u/happygroweed
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Reddit
From the hacking community on Reddit
Explore this post and more from the hacking community
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Explained: The OpenSea NFT Listing Vulnerability
https://external-preview.redd.it/4TcJsI4xV3GkJta_amRNS-Lv_dIgfbNHe1bfpT2_4BI.jpg?width=640&crop=smart&auto=webp&s=afcbd0a97708f5b4139f3739dcd01aadad3789f9 submitted by /u/joe691013
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Explained: The OpenSea NFT Listing Vulnerability
https://external-preview.redd.it/4TcJsI4xV3GkJta_amRNS-Lv_dIgfbNHe1bfpT2_4BI.jpg?width=640&crop=smart&auto=webp&s=afcbd0a97708f5b4139f3739dcd01aadad3789f9 submitted by /u/joe691013
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Explained: The OpenSea NFT Listing Vulnerability
Posted in r/hacking by u/joe691013 • 1 point and 0 comments
hacking: security in practice
Private hacking eviroment
Hey guys, how would you aproach creating really private hacking enviroment? I thought about QubesOs hacking but i think it would be kinda painfull, also thought about creating Hacking vm's inside of base Debian Os and wiping them weekly, but yeah i've gotta grab some ideas on how to aproach it with it actually being practical.
submitted by /u/Mtay___
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Private hacking eviroment
Hey guys, how would you aproach creating really private hacking enviroment? I thought about QubesOs hacking but i think it would be kinda painfull, also thought about creating Hacking vm's inside of base Debian Os and wiping them weekly, but yeah i've gotta grab some ideas on how to aproach it with it actually being practical.
submitted by /u/Mtay___
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Private hacking eviroment
Hey guys, how would you aproach creating really private hacking enviroment? I thought about QubesOs hacking but i think it would be kinda...
hacking: security in practice
Password database dumps
are there places where password database dumps are available for download? I would love to do some of my own analysis.
submitted by /u/Omgfunsies
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Password database dumps
are there places where password database dumps are available for download? I would love to do some of my own analysis.
submitted by /u/Omgfunsies
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Password database dumps
are there places where password database dumps are available for download? I would love to do some of my own analysis.
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Friendly reminder creationism is not new.
https://external-preview.redd.it/mWPahFPkqB5DXeQmNJEp14Xqf82AEgpsJhCzOHhpJ-A.jpg?width=320&crop=smart&auto=webp&s=61d82019a4d1d757be776ede94c6ab62acb23dee submitted by /u/Omgbomber
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Friendly reminder creationism is not new.
https://external-preview.redd.it/mWPahFPkqB5DXeQmNJEp14Xqf82AEgpsJhCzOHhpJ-A.jpg?width=320&crop=smart&auto=webp&s=61d82019a4d1d757be776ede94c6ab62acb23dee submitted by /u/Omgbomber
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Friendly reminder creationism is not new.
Posted in r/hacking by u/Omgbomber • 1 point and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
Deep Web
Deep Web Real alien caught on tape interviewed rare footage
https://external-preview.redd.it/CLb49-3R8yEsITP0H68BOtCCjrD_VI7UswSRBk9qfCU.jpg?width=320&crop=smart&auto=webp&s=5bc5245dd98f629b2afc1d39a895f024eb6e8802 submitted by /u/Interesting_Stand877
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Deep Web Real alien caught on tape interviewed rare footage
https://external-preview.redd.it/CLb49-3R8yEsITP0H68BOtCCjrD_VI7UswSRBk9qfCU.jpg?width=320&crop=smart&auto=webp&s=5bc5245dd98f629b2afc1d39a895f024eb6e8802 submitted by /u/Interesting_Stand877
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Deep Web Real alien caught on tape interviewed rare footage
Posted in r/deepweb by u/Interesting_Stand877 • 0 points and 8 comments
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
Mininode is a CLI tool to reduce the attack surface of the Node.js applications by using static analysis of source code. It supports two modes of reduction (1) coarse, (2) fine. Mininode constructs the dependency graph (modules and functions used) of the application starting from main file, i.e. entry point of the application. Mininode initializes entry point to package.json file's main field if it exists. Otherwise default to index.js. Example usage: node index.js --mode=(coarse|fine). Below is the list of options that can be passed to Mininode. Options List of command line options that can be passed to mininode. --destination, -d: the path where mininode will save the reduced Node.js application. The default value: mininode. --dry-run: just generates mininode.json without modifying the initial application. --mode, -m: reduction mode. The value can be either coarse or fine. In coarse mode mininode will perform only coarse-grained reduction. While in fine mode mininode will perform fine-grained reduction. In general coarse-grained reduction is more reliable, because mininode will not try to reduce unused functions inside the module. Default value: coarse. --silent: console output is disabled. This will improve the performance of the mininode. --verbose: outputs additional information to the console. The default value: false --log: mininode will generate log file inside, which contains dependency graph of the application in json format. The default value: true. --log-output: the name of the log file generated by mininode. The default value: mininode.json. --compress-log: compresses the final log file. By default it will dump everything into log file. In production it is advised to pass the --compress-log flag to save space. --seeds: seed files from where mininode will start building dependency graph. You can provide many seed files by separating them with colon. --skip-stat: skips calculating the statistics --skip-reduction: if passed mininode will not reduce the JavaScript files. The default value: false. --skip-remove: if passed mininode will not remove unused JavaScript files. The default value: false. Limitaions Mininode uses static analysis, which means it can not reduce the attack surface of the Node.js application which uses dynamic behaviour, such as eval. If Mininode detects dynamic behaviour in the application it exits with error DYNAMIC_BEHAVOUR_DETECTED. Research Paper You can read more about the details of our work in the following research paper: Mininode: Reducing the Attack Surface of Node.js Applications PDF Igibek Koishybayev, Alexandros Kapravelos Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID), 2020 If you use Mininode in your research, consider citing our work using this Bibtex entry: @conference{mininode-raid20, title = {{Mininode: Reducing the Attack Surface of Node.js Applications}}, author = {Koishybayev, Igibek and Kapravelos, Alexandros}, booktitle = {{Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID)}}, year = {2020}} Download Mininode
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Mininode is a CLI tool to reduce the attack surface of the Node.js applications by using static analysis of source code. It supports two modes of reduction (1) coarse, (2) fine. Mininode constructs the dependency graph (modules and functions used) of the application starting from main file, i.e. entry point of the application. Mininode initializes entry point to package.json file's main field if it exists. Otherwise default to index.js. Example usage: node index.js --mode=(coarse|fine). Below is the list of options that can be passed to Mininode. Options List of command line options that can be passed to mininode. --destination, -d: the path where mininode will save the reduced Node.js application. The default value: mininode. --dry-run: just generates mininode.json without modifying the initial application. --mode, -m: reduction mode. The value can be either coarse or fine. In coarse mode mininode will perform only coarse-grained reduction. While in fine mode mininode will perform fine-grained reduction. In general coarse-grained reduction is more reliable, because mininode will not try to reduce unused functions inside the module. Default value: coarse. --silent: console output is disabled. This will improve the performance of the mininode. --verbose: outputs additional information to the console. The default value: false --log: mininode will generate log file inside, which contains dependency graph of the application in json format. The default value: true. --log-output: the name of the log file generated by mininode. The default value: mininode.json. --compress-log: compresses the final log file. By default it will dump everything into log file. In production it is advised to pass the --compress-log flag to save space. --seeds: seed files from where mininode will start building dependency graph. You can provide many seed files by separating them with colon. --skip-stat: skips calculating the statistics --skip-reduction: if passed mininode will not reduce the JavaScript files. The default value: false. --skip-remove: if passed mininode will not remove unused JavaScript files. The default value: false. Limitaions Mininode uses static analysis, which means it can not reduce the attack surface of the Node.js application which uses dynamic behaviour, such as eval. If Mininode detects dynamic behaviour in the application it exits with error DYNAMIC_BEHAVOUR_DETECTED. Research Paper You can read more about the details of our work in the following research paper: Mininode: Reducing the Attack Surface of Node.js Applications PDF Igibek Koishybayev, Alexandros Kapravelos Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID), 2020 If you use Mininode in your research, consider citing our work using this Bibtex entry: @conference{mininode-raid20, title = {{Mininode: Reducing the Attack Surface of Node.js Applications}}, author = {Koishybayev, Igibek and Kapravelos, Alexandros}, booktitle = {{Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID)}}, year = {2020}} Download Mininode
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
http://www.kitploit.com/2022/01/mininode-cli-tool-to-reduce-attack.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/01/mininode-cli-tool-to-reduce-attack.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
Mininode is a CLI tool to reduce the attack surface of the Node.js applications by using static analysis (https://www.kitploit.com/search/label/Static%20Analysis) of source code. It supports two modes of reduction (1) coarse, (2) fine. Mininode constructs the dependency graph (modules and functions used) of the application starting from main file, i.e. entry point of the application. Mininode initializes entry point to package.json file's main field if it exists. Otherwise default to index.js. Example usage: node index.js --mode=(coarse|fine). Below is the list of options that can be passed to Mininode.
Options List of command line (https://www.kitploit.com/search/label/Command%20Line) options that can be passed to mininode. --destination, -d: the path where mininode will save the reduced Node.js application. The default value: mininode. --dry-run: just generates mininode.json without modifying the initial application. --mode, -m: reduction mode. The value can be either coarse or fine. In coarse mode mininode will perform only coarse-grained reduction. While in fine mode mininode will perform fine-grained reduction. In general coarse-grained reduction is more reliable, because mininode will not try to reduce unused functions inside the module. Default value: coarse. --silent: console output is disabled. This will improve the performance (https://www.kitploit.com/search/label/Performance) of the mininode. --verbose: outputs additional information to the console. The default value: false --log: mininode will generate log file inside, which contains dependency graph of the application in json format. The default value: true. --log-output: the name of the log file generated by mininode. The default value: mininode.json. --compress-log: compresses the final log file. By default it will dump everything into log file. In production it is advised to pass the --compress-log flag to save space. --seeds: seed files from where mininode will start building dependency graph. You can provide many seed files by separating them with colon. --skip-stat: skips calculating the statistics --skip-reduction: if passed mininode will not reduce the JavaScript files. The default value: false. --skip-remove: if passed mininode will not remove unused JavaScript files. The default value: false. Limitaions Mininode uses static analysis, which means it can not reduce the attack surface of the Node.js application which uses dynamic behaviour, such as eval. If Mininode detects dynamic behaviour in the application it exits with error DYNAMIC_BEHAVOUR_DETECTED. Research Paper You can read more about the details of our work in the following research paper: Mininode: Reducing the Attack Surface of Node.js Applications [PDF] (https://kapravelos.com/publications/mininode-raid20.pdf)
Igibek Koishybayev, Alexandros Kapravelos
Proceedings of the International Symposium on Research (https://www.kitploit.com/search/label/Research) in Attacks, Intrusions and Defenses (RAID), 2020 If you use Mininode in your research, consider citing our work using this Bibtex entry: @conference{mininode-raid20,
title = {{Mininode: Reducing the Attack Surface of Node.js Applications}},
author = {Koishybayev, Igibek and Kapravelos, Alexandros},
booktitle = {{Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID)}},
year = {2020}
}
Download Mininode (https://github.com/wspr-ncsu/mininode)
___________________________
@hacking_Attack
@Hacking_Video
Options List of command line (https://www.kitploit.com/search/label/Command%20Line) options that can be passed to mininode. --destination, -d: the path where mininode will save the reduced Node.js application. The default value: mininode. --dry-run: just generates mininode.json without modifying the initial application. --mode, -m: reduction mode. The value can be either coarse or fine. In coarse mode mininode will perform only coarse-grained reduction. While in fine mode mininode will perform fine-grained reduction. In general coarse-grained reduction is more reliable, because mininode will not try to reduce unused functions inside the module. Default value: coarse. --silent: console output is disabled. This will improve the performance (https://www.kitploit.com/search/label/Performance) of the mininode. --verbose: outputs additional information to the console. The default value: false --log: mininode will generate log file inside, which contains dependency graph of the application in json format. The default value: true. --log-output: the name of the log file generated by mininode. The default value: mininode.json. --compress-log: compresses the final log file. By default it will dump everything into log file. In production it is advised to pass the --compress-log flag to save space. --seeds: seed files from where mininode will start building dependency graph. You can provide many seed files by separating them with colon. --skip-stat: skips calculating the statistics --skip-reduction: if passed mininode will not reduce the JavaScript files. The default value: false. --skip-remove: if passed mininode will not remove unused JavaScript files. The default value: false. Limitaions Mininode uses static analysis, which means it can not reduce the attack surface of the Node.js application which uses dynamic behaviour, such as eval. If Mininode detects dynamic behaviour in the application it exits with error DYNAMIC_BEHAVOUR_DETECTED. Research Paper You can read more about the details of our work in the following research paper: Mininode: Reducing the Attack Surface of Node.js Applications [PDF] (https://kapravelos.com/publications/mininode-raid20.pdf)
Igibek Koishybayev, Alexandros Kapravelos
Proceedings of the International Symposium on Research (https://www.kitploit.com/search/label/Research) in Attacks, Intrusions and Defenses (RAID), 2020 If you use Mininode in your research, consider citing our work using this Bibtex entry: @conference{mininode-raid20,
title = {{Mininode: Reducing the Attack Surface of Node.js Applications}},
author = {Koishybayev, Igibek and Kapravelos, Alexandros},
booktitle = {{Proceedings of the International Symposium on Research in Attacks, Intrusions and Defenses (RAID)}},
year = {2020}
}
Download Mininode (https://github.com/wspr-ncsu/mininode)
___________________________
@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.
KitPloit - PenTest Tools!
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
___________________________
@hacking_Attack
@Hacking_Video
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Mininode - A CLI Tool To Reduce The Attack Surface Of The Node.js Applications By Using Static Analysis
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
On securing your private blockchain
https://cdn-images-1.medium.com/max/600/0*XyUDBAW-hjHHIwUo
Since I’ve done couple of private blockchains until now, and seen some bad practices here’s a checklist on how to secure them
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
On securing your private blockchain
https://cdn-images-1.medium.com/max/600/0*XyUDBAW-hjHHIwUo
Since I’ve done couple of private blockchains until now, and seen some bad practices here’s a checklist on how to secure them
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
Medium
On securing your private blockchain
Since I’ve done couple of private blockchains until now, and seen some bad practices here’s a checklist on how to secure them
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Día Internacional de la Protección de Datos Personales, 5 Tips para poner en práctica tu seguridad.
https://cdn-images-1.medium.com/max/1566/0*8uQ8DYSeQCeVygJC
PUBLICADO EN 28 ENERO, 2022 POR EHACKING
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
Día Internacional de la Protección de Datos Personales, 5 Tips para poner en práctica tu seguridad.
https://cdn-images-1.medium.com/max/1566/0*8uQ8DYSeQCeVygJC
PUBLICADO EN 28 ENERO, 2022 POR EHACKING
Continue reading on Medium »
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
Medium
Día Internacional de la Protección de Datos Personales, 5 Tips para poner en práctica tu seguridad.
PUBLICADO EN 28 ENERO, 2022 POR EHACKING