├── Dump.py ├── File-Make.py ├── README.md ├── Screenshot_20221108_143322.jpg ├── Screenshot_20230115_163807.jpg └── libdump.so /Dump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niki404-Cyber/DUMP/9371c1e602538ed54a5ae48b748c7753ec8a0467/Dump.py -------------------------------------------------------------------------------- /File-Make.py: -------------------------------------------------------------------------------- 1 | import os, platform 2 | try: 3 | import requests 4 | except: 5 | os.system('pip2 install requests') 6 | 7 | import requests 8 | bit = platform.architecture()[0] 9 | if bit == '64bit': 10 | from libdump import menu 11 | menu() 12 | elif bit == '32bit': 13 | print "Opps Your Device Not Supported" 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # DUMP 2 | [![Facebook](https://img.shields.io/badge/Facebook-Mr.NIKI-blue?style=flat-square&logo=facebook)](https://www.facebook.com/NIKI.CYBER404.OFFICIALS)
[![WhatsApp](https://img.shields.io/badge/WhatsApp-Mr.NIKI-blue?style=flat-square&logo=WhatsApp)](https://chat.whatsapp.com/IulgtTY1ao6HeowtyCFEGJ) 3 | 4 |

ERROR PROBLEM FIXED

5 | 6 |

MR.NIKI

7 | 8 |

LOGIN WITH FACEBOOK COOKIES

9 | 10 |

NEW DUMPING TOOLS

11 | 12 |

MIX IDS DUMPING TOOLS

13 | 14 | ![20200808_160757](https://raw.githubusercontent.com/Niki404-Cyber/DUMP/main/Screenshot_20230115_163807.jpg) 15 | 16 | # Installation 17 | 18 | ``` 19 | $ pkg update 20 | $ pkg upgrade 21 | $ pkg install python 22 | $ pkg install python2 23 | $ pip install requests 24 | $ pip install mechanize 25 | $ pip install bs4 26 | $ pip install rich 27 | $ pkg install git 28 | $ rm -rf DUMP 29 | $ git clone https://github.com/Niki404-Cyber/DUMP.git 30 | $ cd DUMP 31 | $ python Dump.py 32 | 33 | 👉 Note: (This Tools Are Free, So You No Need Permission To Use NIKI DUMP Tools Enjoy) 34 | 35 | ``` 36 | 37 | # Single Command 38 | 39 | ``` 40 | pkg update ; pkg upgrade ; pkg install python ; pkg install python2 ; pip install requests ; pip install mechanize; pkg install git ; git clone https://github.com/Niki404-Cyber/DUMP.git ; cd DUMP ; python Dump.py 41 | ``` 42 | 43 | Note: (This Tools Are Free, So You No Need Permission To Use NIKI DUMP Tools Enjoy)
44 | 45 | [CODED BY Mr. NIKI] 46 | -------------------------------------------------------------------------------- /Screenshot_20221108_143322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niki404-Cyber/DUMP/9371c1e602538ed54a5ae48b748c7753ec8a0467/Screenshot_20221108_143322.jpg -------------------------------------------------------------------------------- /Screenshot_20230115_163807.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niki404-Cyber/DUMP/9371c1e602538ed54a5ae48b748c7753ec8a0467/Screenshot_20230115_163807.jpg -------------------------------------------------------------------------------- /libdump.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Niki404-Cyber/DUMP/9371c1e602538ed54a5ae48b748c7753ec8a0467/libdump.so --------------------------------------------------------------------------------