How To Fix Magic Mifare Classic Card
The Magic Mifare Classic 1K card has not only changeable UID but also full backer door command support. When we write error data to the magic card cards, they also can be no response or dead. Here's the tutorial to fix the Magic Mifare Classic Card.
2020年抓取亚马逊Review新方法-Web Scraper实际应用
亚马逊的链接混淆大法是出了名的强,同一个链接不同人,不同IP下手缺不能打开,用类似抓取速卖通运费模板的Python直接抓json的方式行不通了,这次就用上了Web Scraper的可视化数据抓取插件。
2020年速卖通如何抓取同行运费模板
很多上手速卖通的大小买家都苦于设置运费模板,收取用户过多过少都会影响店铺的销售和运费的支出,本文种将采用Python代码的方式抓取优秀同行的运费设置,同事为客户与卖家节省成本。
How to use Sniffer in MTools
Depending on the Firebase of MTools, only 15% of MTools users have used Sniffer functions of MTools. It's really a easy tools for comparison and analysing. In this article, I'll show the tutorial of how to use Sniffer in MTools.
Can UID be changed on Mifare 1K Card?
A lot of guys want to clone their access card, so they buy more mifare 1k card to copy to. But after the package received, what they found is that block 0 of sector 0 can not be modified. The answer is NO to general MIFARE 1K Card.
RFID Tools - The Best RFID App on Android Phone
Meeting RFID - Radio Frequency IDentification, there are a lot of excellent open-source tools and great devices for sniffing and cracking. And mostly, those open-source projects are built for Linux and Windows. In this title I'll introduce the best RFID App, RFID Tools, which supports a lot of libnfc tools on Android Phone.
如何制作串口-蓝牙一体式PN532
PN532作为史上最低成本RFID的硬件设备,是无法直接上电工作的,它需要在串口通信下传递数据,因此需要串口模块,那么所有串口通信的模块理论上都支持的,本文里接招制作一个带有USB串口和蓝牙串口的一体式PN532。